Interface CfnRotation.CoverageTimeProperty

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

@Stability(Stable) public static interface CfnRotation.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.services.ssmcontacts.*;
 CoverageTimeProperty coverageTimeProperty = CoverageTimeProperty.builder()
         .endTime("endTime")
         .startTime("startTime")
         .build();
 

See Also: