aws.quicksight.list_dashboard_versions
Example SQL Queries
SELECT * FROMaws.quicksight.list_dashboard_versionsWHERE"aws_account_id" = 'VALUE'AND "dashboard_id" = 'VALUE';Description
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for. | VARCHAR |
| dashboard_id Required Input Column The ID for the dashboard. | 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 |
| dashboard_version_summary_list A structure that contains information about each version of the dashboard. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |