Interface CfnHoursOfOperation.HoursOfOperationsIdentifierProperty

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

@Stability(Stable) public static interface CfnHoursOfOperation.HoursOfOperationsIdentifierProperty extends software.amazon.jsii.JsiiSerializable
Identifier for 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.*;
 HoursOfOperationsIdentifierProperty hoursOfOperationsIdentifierProperty = HoursOfOperationsIdentifierProperty.builder()
         .id("id")
         // the properties below are optional
         .name("name")
         .build();
 

See Also: