aws.quicksight.list_dashboards
Example SQL Queries
SELECT * FROMaws.quicksight.list_dashboardsWHERE"aws_account_id" = 'VALUE';Description
Lists dashboards in an Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the dashboards that you're listing. | 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_summary_list A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |