schedules
Retrieves a list of schedules
in a region
Overview
Name | schedules |
Type | Resource |
Description | schedules |
Id | awscc.scheduler.schedules |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
region | string | AWS 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