AWS::SSMContacts::RotationSpecifies a rotation in an on-call schedule. > *Template example* : We recommend creating all Incident Manager `Contacts` resources using a single AWS CloudFormation template. For a demonstration, see the examples for [AWS::SSMContacts::Contacts](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html) .
import { CfnRotation } from 'aws-cdk-lib/aws-ssmcontacts';Or use the module namespace:
import * as ssmcontacts from 'aws-cdk-lib/aws-ssmcontacts';
// ssmcontacts.CfnRotationConfiguration passed to the constructor as CfnRotationProps.
contactIdsRequiredstring[]The Amazon Resource Names (ARNs) of the contacts to add to the rotation. > Only the `PERSONAL` contact type is supported. The contact types `ESCALATION` and `ONCALL_SCHEDULE` are not supported for this operation. The order in which you list the contacts is their shift order in the rotation schedule.
nameRequiredstringThe name for the rotation.
recurrenceRequiredIResolvable | RecurrenceSettingsPropertyInformation about the rule that specifies when shift team members rotate.
startTimeRequiredstringThe date and time the rotation goes into effect.
timeZoneIdRequiredstringThe time zone to base the rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the [Time Zone Database](https://docs.aws.amazon.com/https://www.iana.org/time-zones) on the IANA website. > Designators for time zones that don’t support Daylight Savings Time rules, such as Pacific Standard Time (PST), are not supported.
tagsOptionalCfnTag[]Optional metadata to assign to the rotation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For more information, see [Tagging Incident Manager resources](https://docs.aws.amazon.com/incident-manager/latest/userguide/tagging.html) in the *Incident Manager User Guide* .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ssmcontactsAWS::SSMContacts::Rotation