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 ShiftCoverage
Information about the days of the week that the on-call rotation coverage includes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CoverageTimes" :[ CoverageTime, ... ], "DayOfWeek" :String}
YAML
CoverageTimes:- CoverageTimeDayOfWeek:String
Properties
- CoverageTimes
- 
                    The start and end times of the shift. Required: Yes Type: Array of CoverageTime Update requires: No interruption 
- DayOfWeek
- 
                    A list of days on which the schedule is active. Required: Yes Type: String Allowed values: MON | TUE | WED | THU | FRI | SAT | SUNUpdate requires: No interruption