rotation_tags
Expands all tag keys and values for rotations
in a region
Overview
Name | rotation_tags |
Type | Resource |
Description | Resource Type definition for AWS::SSMContacts::Rotation. |
Id | aws.ssmcontacts.rotation_tags |
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 | Information about when an on-call rotation is in effect and how long the rotation period lasts. |
arn | string | The Amazon Resource Name (ARN) of the rotation. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all rotations
in a region.
SELECT
region,
name,
contact_ids,
start_time,
time_zone_id,
recurrence,
arn,
tag_key,
tag_value
FROM aws.ssmcontacts.rotation_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the rotation_tags
resource, see rotations