RecurrenceSettings
Information about when an on-call rotation is in effect and how long the rotation period lasts.
Contents
- 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.Type: Integer
Valid Range: Minimum value of 1.
Required: Yes
- RecurrenceMultiplier
-
The number of days, weeks, or months a single rotation lasts.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: Yes
- DailySettings
-
Information about on-call rotations that recur daily.
Type: Array of HandOffTime objects
Required: No
- MonthlySettings
-
Information about on-call rotations that recur monthly.
Type: Array of MonthlySetting objects
Required: No
- ShiftCoverages
-
Information about the days of the week that the on-call rotation coverage includes.
Type: String to array of CoverageTime objects map
Valid Keys:
MON | TUE | WED | THU | FRI | SAT | SUN
Required: No
- WeeklySettings
-
Information about on-call rotations that recur weekly.
Type: Array of WeeklySetting objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: