wal_workspaces
Retrieves a list of wal_workspaces
in a region
Overview
Name | wal_workspaces |
Type | Resource |
Description | wal_workspaces |
Id | awscc.emr.wal_workspaces |
Fields
Name | Datatype | Description |
---|---|---|
wal_workspace_name | string | The name of the emrwal container |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
wal_workspace_name
FROM awscc.emr.wal_workspaces
WHERE region = 'us-east-1'
Permissions
To operate on the wal_workspaces
resource, the following permissions are required:
Create
emrwal:CreateWorkspace,
emrwal:TagResource,
iam:CreateServiceLinkedRole
List
emrwal:ListWorkspaces