wal_workspaces_list_only
Lists wal_workspaces
in a region or regions, for all properties use wal_workspaces
Overview
Name | wal_workspaces_list_only |
Type | Resource |
Description | Resource schema for AWS::EMR::WALWorkspace Type |
Id | aws.emr.wal_workspaces_list_only |
Fields
Name | Datatype | Description |
---|---|---|
wal_workspace_name | string | The name of the emrwal container |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all wal_workspaces
in a region.
SELECT
region,
wal_workspace_name
FROM aws.emr.wal_workspaces_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the wal_workspaces_list_only
resource, see wal_workspaces