Skip to main content

workspaces_list_only

Lists workspaces in a region or regions, for all properties use workspaces

Overview

Nameworkspaces_list_only
TypeResource
DescriptionResource Type definition for AWS::APS::Workspace
Idaws.aps.workspaces_list_only

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.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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