---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_emrcontainers_virtual_cluster Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Schema of AWS::EMRContainers::VirtualCluster Type
---
# awscc_emrcontainers_virtual_cluster (Resource)
Resource Schema of AWS::EMRContainers::VirtualCluster Type
## Schema
### Required
- `container_provider` (Attributes) Container provider of the virtual cluster. (see [below for nested schema](#nestedatt--container_provider))
- `name` (String) Name of the virtual cluster.
### Optional
- `tags` (Attributes Set) An array of key-value pairs to apply to this virtual cluster. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String)
- `id` (String) Id of the virtual cluster.
### Nested Schema for `container_provider`
Required:
- `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`
Required:
- `eks_info` (Attributes) (see [below for nested schema](#nestedatt--container_provider--info--eks_info))
### Nested Schema for `container_provider.info.eks_info`
Required:
- `namespace` (String)
### Nested Schema for `tags`
Optional:
- `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 -.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_emrcontainers_virtual_cluster.example
```