aws.grafana.describe_workspace_configuration
Example SQL Queries
SELECT * FROMaws.grafana.describe_workspace_configurationWHERE"workspace_id" = 'VALUE';Description
Gets the current configuration string for the given workspace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Required Input Column The ID of the workspace to get configuration information for. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| configuration The configuration string for the workspace that you requested. For more information about the format and configuration options available, see Working in your Grafana workspace. | VARCHAR |
| grafana_version The supported Grafana version for the workspace. | VARCHAR |