This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EMRContainers::VirtualCluster ContainerProvider
The information about the container provider.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Id" :String, "Info" :ContainerInfo, "Type" :String}
YAML
Id:StringInfo:ContainerInfoType:String
Properties
- Id
- 
                    The ID of the container cluster. Minimum: 1 Maximum: 100 Pattern: ^[0-9A-Za-z][A-Za-z0-9\-_]*Required: Yes Type: String Pattern: ^[0-9A-Za-z][A-Za-z0-9\-_]*Minimum: 1Maximum: 100Update requires: Replacement 
- Info
- 
                    The information about the container cluster. Required: Yes Type: ContainerInfo Update requires: Replacement 
- Type
- 
                    The type of the container provider. Amazon EKS is the only supported type as of now. Required: Yes Type: String Allowed values: EKSUpdate requires: Replacement