virtual_cluster_tags
Expands all tag keys and values for virtual_clusters
in a region
Overview
Name | virtual_cluster_tags |
Type | Resource |
Description | Resource Schema of AWS::EMRContainers::VirtualCluster Type |
Id | aws.emrcontainers.virtual_cluster_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all virtual_clusters
in a region.
SELECT
region,
arn,
container_provider,
id,
name,
tag_key,
tag_value
FROM aws.emrcontainers.virtual_cluster_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the virtual_cluster_tags
resource, see virtual_clusters