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:
- CoverageTime
DayOfWeek: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 | SUN
Update requires: No interruption