Skip to main content

rotation_tags

Expands all tag keys and values for rotations in a region

Overview

Namerotation_tags
TypeResource
DescriptionResource Type definition for AWS::SSMContacts::Rotation.
Idaws.ssmcontacts.rotation_tags

Fields

NameDatatypeDescription
namestringName of the Rotation
contact_idsarrayMembers of the rotation
start_timestringStart time of the first shift of Oncall Schedule
time_zone_idstringTimeZone Identifier for the Oncall Schedule
recurrenceobjectInformation about when an on-call rotation is in effect and how long the rotation period lasts.
arnstringThe Amazon Resource Name (ARN) of the rotation.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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