Interface CfnAutomationRulePropsMixin.ScheduleProperty

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

@Stability(Stable) public static interface CfnAutomationRulePropsMixin.ScheduleProperty extends software.amazon.jsii.JsiiSerializable
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.computeoptimizer.*;
 ScheduleProperty scheduleProperty = ScheduleProperty.builder()
         .executionWindowInMinutes(123)
         .scheduleExpression("scheduleExpression")
         .scheduleExpressionTimezone("scheduleExpressionTimezone")
         .build();
 

See Also: