Interface CfnRotationPropsMixin.WeeklySettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRotationPropsMixin.WeeklySettingProperty.Jsii$Proxy
- Enclosing class:
CfnRotationPropsMixin
@Stability(Stable)
public static interface CfnRotationPropsMixin.WeeklySettingProperty
extends software.amazon.jsii.JsiiSerializable
Information about rotations that recur weekly.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.*;
WeeklySettingProperty weeklySettingProperty = WeeklySettingProperty.builder()
.dayOfWeek("dayOfWeek")
.handOffTime("handOffTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRotationPropsMixin.WeeklySettingPropertystatic final classAn implementation forCfnRotationPropsMixin.WeeklySettingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDayOfWeek
The day of the week when weekly recurring on-call shift rotations begins.- See Also:
-
getHandOffTime
The time of day when a weekly recurring on-call shift rotation begins.- See Also:
-
builder
-