AWS::EMRContainers::SecurityConfiguration ContainerProvider - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EMRContainers::SecurityConfiguration ContainerProvider

The information about the container provider.

Syntax

To declare this entity in your 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.

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

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