# AWS::EMRContainers::VirtualCluster ContainerProvider ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : String,
    "Id" : String,
    "Info" : ContainerInfo
}
### YAML
Type: String
Id: String
Info: ContainerInfo
## Properties #### Type The type of the container provider _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Id The ID of the container cluster _Required_: Yes _Type_: String _Minimum_: 1 _Maximum_: 100 _Pattern_: ^[0-9A-Za-z][A-Za-z0-9\-_]* _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Info _Required_: Yes _Type_: ContainerInfo _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)