AWS::EMRContainers::VirtualCluster ContainerProvider - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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