AWS::EMRContainers::VirtualClusterResource Schema of AWS::EMRContainers::VirtualCluster Type
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ContainerProvider | ContainerProvider | RequiredCreate-only |
Name | string | RequiredCreate-only |
SecurityConfigurationId | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | Id of the virtual cluster. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMRContainers::VirtualCluster
Resources:
MyResource:
Type: AWS::EMRContainers::VirtualCluster
Properties:
Name: "my-name"
ContainerProvider: "my-containerprovider"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
emr-containers:CreateVirtualClusteremr-containers:TagResourceiam:CreateServiceLinkedRoleemr-containers:DescribeVirtualClusteremr-containers:DeleteVirtualClusteremr-containers:DescribeVirtualClusteremr-containers:ListVirtualClustersemr-containers:DescribeVirtualClusteremr-containers:ListTagsForResourceemr-containers:TagResourceemr-containers:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ContainerProviderName