This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "DailySettings" :[ String, ... ], "MonthlySettings" :[ MonthlySetting, ... ], "NumberOfOnCalls" :Integer, "RecurrenceMultiplier" :Integer, "ShiftCoverages" :[ ShiftCoverage, ... ], "WeeklySettings" :[ WeeklySetting, ... ]}
YAML
DailySettings:- StringMonthlySettings:- MonthlySettingNumberOfOnCalls:IntegerRecurrenceMultiplier:IntegerShiftCoverages:- ShiftCoverageWeeklySettings:- 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 2designates that two of them are on call at any given time.Required: No Type: Integer Minimum: 1Update requires: No interruption 
- RecurrenceMultiplier
- 
                    The number of days, weeks, or months a single rotation lasts. Required: No Type: Integer Minimum: 1Maximum: 100Update 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