workspace_tags
Expands all tag keys and values for workspaces
in a region
Overview
Name | workspace_tags |
Type | Resource |
Description | Resource Type definition for AWS::APS::Workspace |
Id | aws.aps.workspace_tags |
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. |
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 workspaces
in a region.
SELECT
region,
workspace_id,
alias,
arn,
alert_manager_definition,
prometheus_endpoint,
logging_configuration,
kms_key_arn,
tag_key,
tag_value
FROM aws.aps.workspace_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the workspace_tags
resource, see workspaces