Skip to main content

schedules

Retrieves a list of schedules in a region

Overview

Nameschedules
TypeResource
Descriptionschedules
Idawscc.databrew.schedules

Fields

NameDatatypeDescription
namestringSchedule Name
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.databrew.schedules
WHERE region = 'us-east-1'

Permissions

To operate on the schedules resource, the following permissions are required:

Create

databrew:CreateSchedule,
databrew:TagResource,
databrew:UntagResource,
iam:PassRole

List

databrew:ListSchedules,
databrew:ListTagsForResource,
iam:ListRoles