workspaces_list_only
Lists workspaces
in a region or regions, for all properties use workspaces
Overview
Name | workspaces_list_only |
Type | Resource |
Description | Resource Type definition for AWS::APS::Workspace |
Id | aws.aps.workspaces_list_only |
Fields
Name | Datatype | Description |
---|---|---|
workspace_id | string | Required to identify a specific APS Workspace. |
alias | string | AMP Workspace alias. |
arn | string | Workspace arn. |
alert_manager_definition | string | The AMP Workspace alert manager definition data |
prometheus_endpoint | string | AMP Workspace prometheus endpoint |
logging_configuration | object | Logging configuration |
kms_key_arn | string | KMS Key ARN used to encrypt and decrypt AMP workspace data. |
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 workspaces
in a region.
SELECT
region,
arn
FROM aws.aps.workspaces_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the workspaces_list_only
resource, see workspaces