aws.quicksight.list_refresh_schedules
Example SQL Queries
SELECT * FROMaws.quicksight.list_refresh_schedulesWHERE"aws_account_id" = 'VALUE'AND "data_set_id" = 'VALUE';Description
Lists the refresh schedules of a dataset. Each dataset can have up to 5 schedules.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The Amazon Web Services account ID. | VARCHAR |
| data_set_id Required Input Column The ID of the dataset. | 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 |
| refresh_schedules The list of refresh schedules for the dataset. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |