Interface CfnHoursOfOperationPropsMixin.RecurrenceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHoursOfOperationPropsMixin.RecurrenceConfigProperty.Jsii$Proxy
- Enclosing class:
CfnHoursOfOperationPropsMixin
@Stability(Stable)
public static interface CfnHoursOfOperationPropsMixin.RecurrenceConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for recurring hours of operation overrides.
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.connect.*;
RecurrenceConfigProperty recurrenceConfigProperty = RecurrenceConfigProperty.builder()
.recurrencePattern(RecurrencePatternProperty.builder()
.byMonth(List.of(123))
.byMonthDay(List.of(123))
.byWeekdayOccurrence(List.of(123))
.frequency("frequency")
.interval(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHoursOfOperationPropsMixin.RecurrenceConfigPropertystatic final classAn implementation forCfnHoursOfOperationPropsMixin.RecurrenceConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRecurrencePattern
Pattern for recurring hours of operation overrides.Returns union: either
IResolvableorCfnHoursOfOperationPropsMixin.RecurrencePatternProperty- See Also:
-
builder
-