Skip to main content

wal_workspace_tags

Expands all tag keys and values for wal_workspaces in a region

Overview

Namewal_workspace_tags
TypeResource
DescriptionResource schema for AWS::EMR::WALWorkspace Type
Idaws.emr.wal_workspace_tags

Fields

NameDatatypeDescription
wal_workspace_namestringThe name of the emrwal container
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all wal_workspaces in a region.

SELECT
region,
wal_workspace_name,
tag_key,
tag_value
FROM aws.emr.wal_workspace_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the wal_workspace_tags resource, see wal_workspaces