wal_workspace_tags
Expands all tag keys and values for wal_workspaces
in a region
Overview
Name | wal_workspace_tags |
Type | Resource |
Description | Resource schema for AWS::EMR::WALWorkspace Type |
Id | aws.emr.wal_workspace_tags |
Fields
Name | Datatype | Description |
---|---|---|
wal_workspace_name | string | The name of the emrwal container |
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 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