AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EMRContainers::VirtualCluster

CfnVirtualCluster

The `AWS::EMRContainers::VirtualCluster` resource specifies a virtual cluster. A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

Import

import { CfnVirtualCluster } from 'aws-cdk-lib/aws-emrcontainers';

Or use the module namespace:

import * as emrcontainers from 'aws-cdk-lib/aws-emrcontainers';
// emrcontainers.CfnVirtualCluster

Properties

Configuration passed to the constructor as CfnVirtualClusterProps.

containerProviderRequired
IResolvable | ContainerProviderProperty

The container provider of the virtual cluster.

nameRequired
string

The name of the virtual cluster.

securityConfigurationIdOptional
string

The ID of the security configuration.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-emrcontainers
CFN TypeAWS::EMRContainers::VirtualCluster
Properties4

External Links