Interface CfnRotationPropsMixin.MonthlySettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRotationPropsMixin.MonthlySettingProperty.Jsii$Proxy
- Enclosing class:
CfnRotationPropsMixin
@Stability(Stable)
public static interface CfnRotationPropsMixin.MonthlySettingProperty
extends software.amazon.jsii.JsiiSerializable
Information about on-call rotations that recur monthly.
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.*;
MonthlySettingProperty monthlySettingProperty = MonthlySettingProperty.builder()
.dayOfMonth(123)
.handOffTime("handOffTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRotationPropsMixin.MonthlySettingPropertystatic final classAn implementation forCfnRotationPropsMixin.MonthlySettingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDayOfMonth
The day of the month when monthly recurring on-call rotations begin.- See Also:
-
getHandOffTime
The time of day when a monthly recurring on-call shift rotation begins.- See Also:
-
builder
-