Image Pipeline Schedule
data class ImagePipelineSchedule(val pipelineExecutionStartCondition: String? = null, val scheduleExpression: String, val timezone: String? = null)
Constructors
Link copied to clipboard
fun ImagePipelineSchedule(pipelineExecutionStartCondition: String? = null, scheduleExpression: String, timezone: String? = null)
Types
Properties
Link copied to clipboard
Cron expression of how often the pipeline start condition is evaluated. For example, cron(0 0 * * ? *)
is evaluated every day at midnight UTC. Configurations using the five field syntax that was previously accepted by the API, such as cron(0 0 * * *)
, must be updated to the six field syntax. For more information, see the Image Builder User Guide. The following arguments are optional:
Link copied to clipboard
The timezone that applies to the scheduling expression. For example, "Etc/UTC", "America/Los_Angeles" in the IANA timezone format. If not specified this defaults to UTC.