Interface CfnHoursOfOperation.HoursOfOperationTimeSliceProperty

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

@Stability(Stable) public static interface CfnHoursOfOperation.HoursOfOperationTimeSliceProperty extends software.amazon.jsii.JsiiSerializable
The start time or end time for an hours of operation.

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.connect.*;
 HoursOfOperationTimeSliceProperty hoursOfOperationTimeSliceProperty = HoursOfOperationTimeSliceProperty.builder()
         .hours(123)
         .minutes(123)
         .build();
 

See Also: