schedules_list_only
Lists schedules
in a region or regions, for all properties use schedules
Overview
Name | schedules_list_only |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Schedule. |
Id | aws.databrew.schedules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
job_names | array | |
cron_expression | string | Schedule cron |
name | string | Schedule Name |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all schedules
in a region.
SELECT
region,
name
FROM aws.databrew.schedules_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the schedules_list_only
resource, see schedules