aws.grafana.list_versions
Example SQL Queries
SELECT * FROMaws.grafana.list_versions;Description
Lists available versions of Grafana. These are available when calling CreateWorkspace. Optionally, include a workspace to list the versions to which it can be upgraded.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Input Column The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for CreateWorkspace. | 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 |
| grafana_versions | VARCHAR |