Interface CfnImagePipeline.ScheduleProperty

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

@Stability(Stable) public static interface CfnImagePipeline.ScheduleProperty extends software.amazon.jsii.JsiiSerializable
A schedule configures when and how often a pipeline will automatically create a new image.

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.imagebuilder.*;
 ScheduleProperty scheduleProperty = ScheduleProperty.builder()
         .pipelineExecutionStartCondition("pipelineExecutionStartCondition")
         .scheduleExpression("scheduleExpression")
         .build();
 

See Also: