aws.grafana.list_workspaces
Example SQL Queries
SELECT * FROMaws.grafana.list_workspaces;Description
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use DescribeWorkspace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| authentication A structure containing information about the authentication methods used in the workspace. | STRUCT( |
Show child fields
| |
| created The date that the workspace was created. | TIMESTAMP_S |
| description The customer-entered description of the workspace. | VARCHAR |
| endpoint The URL endpoint to use to access the Grafana console in the workspace. | VARCHAR |
| grafana_token The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs. | VARCHAR |
| grafana_version The Grafana version that the workspace is running. | VARCHAR |
| id The unique ID of the workspace. | VARCHAR |
| license_type Specifies whether this workspace has a full Grafana Enterprise license. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials. | VARCHAR |
| modified The most recent date that the workspace was modified. | TIMESTAMP_S |
| name The name of the workspace. | VARCHAR |
| notification_destinations The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels. | VARCHAR[] |
Show child fields
| |
| status The current status of the workspace. | VARCHAR |
| tags The list of tags associated with the workspace. | MAP(VARCHAR, VARCHAR) |