AWS::EMRContainers::VirtualCluster ContainerProvider
The information about the container provider.
Syntax
To declare this entity in your Amazon 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
Update 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