refresh_schedules_list_only
Lists refresh_schedules
in a region or regions, for all properties use refresh_schedules
Overview
Name | refresh_schedules_list_only |
Type | Resource |
Description | Definition of the AWS::QuickSight::RefreshSchedule Resource Type. |
Id | aws.quicksight.refresh_schedules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the data source. |
aws_account_id | string | |
data_set_id | string | |
schedule | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all refresh_schedules
in a region.
SELECT
region,
aws_account_id,
data_set_id,
schedule/schedule_id
FROM aws.quicksight.refresh_schedules_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the refresh_schedules_list_only
resource, see refresh_schedules