Interface CfnRotation.WeeklySettingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRotation.WeeklySettingProperty.Jsii$Proxy
Enclosing class:
CfnRotation

@Stability(Stable) public static interface CfnRotation.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.services.ssmcontacts.*;
 WeeklySettingProperty weeklySettingProperty = WeeklySettingProperty.builder()
         .dayOfWeek("dayOfWeek")
         .handOffTime("handOffTime")
         .build();
 

See Also: