rotations
Retrieves a list of rotations
in a region
Overview
Name | rotations |
Type | Resource |
Description | rotations |
Id | awscc.ssmcontacts.rotations |
Fields
Name | Datatype | Description |
---|---|---|
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,
arn
FROM awscc.ssmcontacts.rotations
WHERE region = 'us-east-1'
Permissions
To operate on the rotations
resource, the following permissions are required:
Create
ssm-contacts:CreateRotation,
ssm-contacts:GetRotation,
ssm-contacts:TagResource,
ssm-contacts:ListTagsForResource,
ssm-contacts:UntagResource
List
ssm-contacts:ListRotations,
ssm-contacts:GetRotation,
ssm-contacts:ListTagsForResource