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
fun ImagePipelineScheduleArgs(pipelineExecutionStartCondition: Output<ImagePipelineSchedulePipelineExecutionStartCondition>? = null, scheduleExpression: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val pipelineExecutionStartCondition: Output<ImagePipelineSchedulePipelineExecutionStartCondition>? = null