Skip to main content

schedules_list_only

Lists schedules in a region or regions, for all properties use schedules

Overview

Nameschedules_list_only
TypeResource
DescriptionResource schema for AWS::DataBrew::Schedule.
Idaws.databrew.schedules_list_only

Fields

NameDatatypeDescription
job_namesarray
cron_expressionstringSchedule cron
namestringSchedule Name
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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