GoogleCloudDatapipelinesV1ScheduleSpecArgs

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

Details of the schedule the pipeline runs on.

Constructors

constructor(schedule: Output<String>? = null, timeZone: Output<String>? = null)

Properties

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(): GoogleCloudDatapipelinesV1ScheduleSpecArgs