Skip to main content

schedules

Retrieves a list of schedules in a region

Overview

Nameschedules
TypeResource
Descriptionschedules
Idawscc.scheduler.schedules

Fields

NameDatatypeDescription
namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

scheduler:CreateSchedule,
scheduler:GetSchedule,
iam:PassRole

List

scheduler:ListSchedules