workspaces
Retrieves a list of workspaces
in a region
Overview
Name | workspaces |
Type | Resource |
Description | workspaces |
Id | awscc.aps.workspaces |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Workspace arn. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.aps.workspaces
WHERE region = 'us-east-1'
Permissions
To operate on the workspaces
resource, the following permissions are required:
Create
aps:CreateWorkspace,
aps:DescribeWorkspace,
aps:TagResource,
aps:CreateAlertManagerDefinition,
aps:DescribeAlertManagerDefinition,
aps:CreateLoggingConfiguration,
logs:CreateLogDelivery,
logs:GetLogDelivery,
logs:ListLogDeliveries,
logs:PutResourcePolicy,
kms:CreateGrant,
kms:Decrypt,
kms:GenerateDataKey
List
aps:ListWorkspaces,
aps:ListTagsForResource