class Aws::EMRContainers::Types::ContainerProvider
The information about the container provider.
@note When making an API call, you may pass ContainerProvider
data as a hash: { type: "EKS", # required, accepts EKS id: "ClusterId", # required info: { eks_info: { namespace: "KubernetesNamespace", }, }, }
@!attribute [rw] type
The type of the container provider. EKS is the only supported type as of now. @return [String]
@!attribute [rw] id
The ID of the container cluster. @return [String]
@!attribute [rw] info
The information about the container cluster. @return [Types::ContainerInfo]
@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/ContainerProvider AWS API Documentation
Constants
- SENSITIVE