Skip to main content

schedule_groups

Retrieves a list of schedule_groups in a region

Overview

Nameschedule_groups
TypeResource
Descriptionschedule_groups
Idawscc.scheduler.schedule_groups

Fields

NameDatatypeDescription
namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

scheduler:TagResource,
scheduler:CreateScheduleGroup,
scheduler:GetScheduleGroup,
scheduler:ListTagsForResource

List

scheduler:ListScheduleGroups