PipelineScheduleInfoArgs

data class PipelineScheduleInfoArgs(val nextJobTime: Output<String>? = null, val schedule: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<PipelineScheduleInfoArgs>

Constructors

Link copied to clipboard
constructor(nextJobTime: Output<String>? = null, schedule: Output<String>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard
val nextJobTime: Output<String>? = null

(Output) When the next Scheduler job is going to run. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Link copied to clipboard
val schedule: Output<String>? = null

Unix-cron format of the schedule. This information is retrieved from the linked Cloud Scheduler.

Link copied to clipboard
val timeZone: Output<String>? = null

Timezone ID. This matches the timezone IDs used by the Cloud Scheduler API. If empty, UTC time is assumed.

Functions

Link copied to clipboard
open override fun toJava(): PipelineScheduleInfoArgs