Skip to main content

schedule_group

Gets an individual schedule_group resource

Overview

Nameschedule_group
TypeResource
Descriptionschedule_group
Idawscc.scheduler.schedule_group

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the schedule group.
creation_datestringThe time at which the schedule group was created.
last_modification_datestringThe time at which the schedule group was last modified.
namestring
statestring
tagsarrayThe list of tags to associate with the schedule group.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
creation_date,
last_modification_date,
name,
state,
tags
FROM awscc.scheduler.schedule_group
WHERE data__Identifier = '<Name>';

Permissions

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

Read

scheduler:GetScheduleGroup,
scheduler:ListTagsForResource

Update

scheduler:TagResource,
scheduler:UntagResource,
scheduler:ListTagsForResource,
scheduler:GetScheduleGroup

Delete

scheduler:DeleteScheduleGroup,
scheduler:GetScheduleGroup,
scheduler:DeleteSchedule