aws.amp.list_workspaces
Example SQL Queries
SELECT * FROMaws.amp.list_workspaces;Description
Lists all of the Amazon Managed Service for Prometheus workspaces in your account. This includes workspaces being created or deleted.
Table Definition
| Column Name | Column Data Type |
|---|---|
| alias Input Column The alias that is assigned to this workspace to help identify it. It may not be unique. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The ARN of the workspace. | VARCHAR |
| created_at The date and time that the workspace was created. | TIMESTAMP_S |
| kms_key_arn (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used. | VARCHAR |
| status The current status of the workspace. | STRUCT( |
Show child fields
| |
| tags The list of tag keys and values that are associated with the workspace. | MAP(VARCHAR, VARCHAR) |
| workspace_id The unique ID for the workspace. | VARCHAR |