--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_emrcontainers_virtual_cluster Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EMRContainers::VirtualCluster --- # awscc_emrcontainers_virtual_cluster (Data Source) Data Source schema for AWS::EMRContainers::VirtualCluster ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) - `container_provider` (Attributes) Container provider of the virtual cluster. (see [below for nested schema](#nestedatt--container_provider)) - `name` (String) Name of the virtual cluster. - `tags` (Attributes Set) An array of key-value pairs to apply to this virtual cluster. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `container_provider` Read-Only: - `id` (String) The ID of the container cluster - `info` (Attributes) (see [below for nested schema](#nestedatt--container_provider--info)) - `type` (String) The type of the container provider ### Nested Schema for `container_provider.info` Read-Only: - `eks_info` (Attributes) (see [below for nested schema](#nestedatt--container_provider--info--eks_info)) ### Nested Schema for `container_provider.info.eks_info` Read-Only: - `namespace` (String) ### Nested Schema for `tags` Read-Only: - `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.