Interface CfnRotation.ShiftCoverageProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRotation.ShiftCoverageProperty.Jsii$Proxy
- Enclosing class:
CfnRotation
@Stability(Stable)
public static interface CfnRotation.ShiftCoverageProperty
extends software.amazon.jsii.JsiiSerializable
Information about the days of the week that the on-call rotation coverage includes.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ssmcontacts.*; ShiftCoverageProperty shiftCoverageProperty = ShiftCoverageProperty.builder() .coverageTimes(List.of(CoverageTimeProperty.builder() .endTime("endTime") .startTime("startTime") .build())) .dayOfWeek("dayOfWeek") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRotation.ShiftCoverageProperty
static final class
An implementation forCfnRotation.ShiftCoverageProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The start and end times of the shift.A list of days on which the schedule is active.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCoverageTimes
The start and end times of the shift.- See Also:
-
getDayOfWeek
A list of days on which the schedule is active.- See Also:
-
builder
-