ImagePipelineSchedule

data class ImagePipelineSchedule(val pipelineExecutionStartCondition: ImagePipelineSchedulePipelineExecutionStartCondition? = null, val scheduleExpression: String? = null)

The schedule of the image pipeline.

Constructors

Link copied to clipboard
constructor(pipelineExecutionStartCondition: ImagePipelineSchedulePipelineExecutionStartCondition? = null, scheduleExpression: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.