schedule_groups
Retrieves a list of schedule_groups
in a region
Overview
Name | schedule_groups |
Type | Resource |
Description | schedule_groups |
Id | awscc.scheduler.schedule_groups |
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.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