Interface CfnRotation.MonthlySettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRotation.MonthlySettingProperty.Jsii$Proxy
- Enclosing class:
CfnRotation
@Stability(Stable)
public static interface CfnRotation.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.services.ssmcontacts.*; MonthlySettingProperty monthlySettingProperty = MonthlySettingProperty.builder() .dayOfMonth(123) .handOffTime("handOffTime") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRotation.MonthlySettingProperty
static final class
An implementation forCfnRotation.MonthlySettingProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The day of the month when monthly recurring on-call rotations begin.The time of day when a monthly recurring on-call shift rotation begins.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
-