Skip to main content

virtual_cluster_tags

Expands all tag keys and values for virtual_clusters in a region

Overview

Namevirtual_cluster_tags
TypeResource
DescriptionResource Schema of AWS::EMRContainers::VirtualCluster Type
Idaws.emrcontainers.virtual_cluster_tags

Fields

NameDatatypeDescription
arnstring
container_providerobjectContainer provider of the virtual cluster.
idstringId of the virtual cluster.
namestringName of the virtual cluster.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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