schedule_group
Gets an individual schedule_group
resource
Overview
Name | schedule_group |
Type | Resource |
Description | schedule_group |
Id | awscc.scheduler.schedule_group |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the schedule group. |
creation_date | string | The time at which the schedule group was created. |
last_modification_date | string | The time at which the schedule group was last modified. |
name | string | |
state | string | |
tags | array | The list of tags to associate with the schedule group. |
region | string | AWS 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