rotation
Gets an individual rotation
resource
Overview
Name | rotation |
Type | Resource |
Description | rotation |
Id | awscc.ssmcontacts.rotation |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the Rotation |
contact_ids | array | Members of the rotation |
start_time | string | Start time of the first shift of Oncall Schedule |
time_zone_id | string | TimeZone Identifier for the Oncall Schedule |
recurrence | object | |
tags | array | |
arn | string | The Amazon Resource Name (ARN) of the rotation. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
contact_ids,
start_time,
time_zone_id,
recurrence,
tags,
arn
FROM awscc.ssmcontacts.rotation
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the rotation
resource, the following permissions are required:
Read
ssm-contacts:GetRotation,
ssm-contacts:TagResource,
ssm-contacts:ListTagsForResource,
ssm-contacts:UntagResource
Update
ssm-contacts:UpdateRotation,
ssm-contacts:GetRotation,
ssm-contacts:TagResource,
ssm-contacts:ListTagsForResource,
ssm-contacts:UntagResource
Delete
ssm-contacts:DeleteRotation,
ssm-contacts:GetRotation,
ssm-contacts:ListTagsForResource,
ssm-contacts:UntagResource