AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSMContacts::Rotation

CfnRotation

Specifies 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

import { CfnRotation } from 'aws-cdk-lib/aws-ssmcontacts';

Or use the module namespace:

import * as ssmcontacts from 'aws-cdk-lib/aws-ssmcontacts';
// ssmcontacts.CfnRotation

Properties

Configuration passed to the constructor as CfnRotationProps.

contactIdsRequired
string[]

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.

nameRequired
string

The name for the rotation.

recurrenceRequired
IResolvable | RecurrenceSettingsProperty

Information about the rule that specifies when shift team members rotate.

startTimeRequired
string

The date and time the rotation goes into effect.

timeZoneIdRequired
string

The 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.

tagsOptional
CfnTag[]

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* .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-ssmcontacts
CFN TypeAWS::SSMContacts::Rotation
Properties6

Related Constructs

External Links