Skip to main content

workspace_tags

Expands all tag keys and values for workspaces in a region

Overview

Nameworkspace_tags
TypeResource
DescriptionResource Type definition for AWS::APS::Workspace
Idaws.aps.workspace_tags

Fields

NameDatatypeDescription
workspace_idstringRequired to identify a specific APS Workspace.
aliasstringAMP Workspace alias.
arnstringWorkspace arn.
alert_manager_definitionstringThe AMP Workspace alert manager definition data
prometheus_endpointstringAMP Workspace prometheus endpoint
logging_configurationobjectLogging configuration
kms_key_arnstringKMS Key ARN used to encrypt and decrypt AMP workspace data.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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