Image Pipeline Schedule Args
data class ImagePipelineScheduleArgs(val pipelineExecutionStartCondition: Output<ImagePipelineSchedulePipelineExecutionStartCondition>? = null, val scheduleExpression: Output<String>? = null) : ConvertibleToJava<ImagePipelineScheduleArgs>
The schedule of the image pipeline.
Constructors
Link copied to clipboard
constructor(pipelineExecutionStartCondition: Output<ImagePipelineSchedulePipelineExecutionStartCondition>? = null, scheduleExpression: Output<String>? = null)
Properties
Link copied to clipboard
val pipelineExecutionStartCondition: Output<ImagePipelineSchedulePipelineExecutionStartCondition>? = null
The condition configures when the pipeline should trigger a new image build.
Link copied to clipboard
The expression determines how often EC2 Image Builder evaluates your pipelineExecutionStartCondition.