virtual_cluster
Gets an individual virtual_cluster
resource
Overview
Name | virtual_cluster |
Type | Resource |
Description | virtual_cluster |
Id | awscc.emrcontainers.virtual_cluster |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
container_provider | object | Container provider of the virtual cluster. |
id | string | Id of the virtual cluster. |
name | string | Name of the virtual cluster. |
tags | array | An array of key-value pairs to apply to this virtual cluster. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
container_provider,
id,
name,
tags
FROM awscc.emrcontainers.virtual_cluster
WHERE data__Identifier = '<Id>';
Permissions
To operate on the virtual_cluster
resource, the following permissions are required:
Read
emr-containers:DescribeVirtualCluster
Delete
emr-containers:DeleteVirtualCluster
Update
emr-containers:DescribeVirtualCluster,
emr-containers:ListTagsForResource,
emr-containers:TagResource,
emr-containers:UntagResource