AWS::SSMContacts::Rotation RecurrenceSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SSMContacts::Rotation RecurrenceSettings

Information about when an on-call rotation is in effect and how long the rotation period lasts.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DailySettings" : [ String, ... ], "MonthlySettings" : [ MonthlySetting, ... ], "NumberOfOnCalls" : Integer, "RecurrenceMultiplier" : Integer, "ShiftCoverages" : [ ShiftCoverage, ... ], "WeeklySettings" : [ WeeklySetting, ... ] }

Properties

DailySettings

Information about on-call rotations that recur daily.

Required: No

Type: Array of String

Update requires: No interruption

MonthlySettings

Information about on-call rotations that recur monthly.

Required: No

Type: Array of MonthlySetting

Update requires: No interruption

NumberOfOnCalls

The number of contacts, or shift team members designated to be on call concurrently during a shift. For example, in an on-call schedule that contains ten contacts, a value of 2 designates that two of them are on call at any given time.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption

RecurrenceMultiplier

The number of days, weeks, or months a single rotation lasts.

Required: No

Type: Integer

Minimum: 1

Maximum: 100

Update requires: No interruption

ShiftCoverages

Information about the days of the week included in on-call rotation coverage.

Required: No

Type: Array of ShiftCoverage

Update requires: No interruption

WeeklySettings

Information about on-call rotations that recur weekly.

Required: No

Type: Array of WeeklySetting

Update requires: No interruption