

# ContainerProvider


The information about the container provider.

## Contents


 ** id **   <a name="emroneks-Type-ContainerProvider-id"></a>
The ID of the container cluster.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[0-9A-Za-z][A-Za-z0-9\-_]*`   
Required: Yes

 ** type **   <a name="emroneks-Type-ContainerProvider-type"></a>
The type of the container provider. Amazon EKS is the only supported type as of now.  
Type: String  
Valid Values: `EKS`   
Required: Yes

 ** info **   <a name="emroneks-Type-ContainerProvider-info"></a>
The information about the container cluster.  
Type: [ContainerInfo](API_ContainerInfo.md) object  
 **Note: **This object is a Union. Only one member of this object can be specified or returned.  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/emr-containers-2020-10-01/ContainerProvider) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/emr-containers-2020-10-01/ContainerProvider) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/emr-containers-2020-10-01/ContainerProvider) 