AWS::EMRContainers::VirtualCluster ContainerProvider - AWS CloudFormation

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: String Info: ContainerInfo Type: 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: 1

Maximum: 100

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: EKS

Update requires: Replacement