Interface CfnRotationPropsMixin.CoverageTimeProperty

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

@Stability(Stable) public static interface CfnRotationPropsMixin.CoverageTimeProperty extends software.amazon.jsii.JsiiSerializable
Information about when an on-call shift begins and ends.

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.*;
 CoverageTimeProperty coverageTimeProperty = CoverageTimeProperty.builder()
         .endTime("endTime")
         .startTime("startTime")
         .build();
 

See Also: