AWS::EMRContainers::VirtualClusterThe `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 { CfnVirtualCluster } from 'aws-cdk-lib/aws-emrcontainers';Or use the module namespace:
import * as emrcontainers from 'aws-cdk-lib/aws-emrcontainers';
// emrcontainers.CfnVirtualClusterConfiguration passed to the constructor as CfnVirtualClusterProps.
containerProviderRequiredIResolvable | ContainerProviderPropertyThe container provider of the virtual cluster.
nameRequiredstringThe name of the virtual cluster.
securityConfigurationIdOptionalstringThe ID of the security configuration.
tagsOptionalCfnTag[]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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-emrcontainersAWS::EMRContainers::VirtualCluster