Google Cloud Dataplex V1Task Trigger Spec Args
data class GoogleCloudDataplexV1TaskTriggerSpecArgs(val disabled: Output<Boolean>? = null, val maxRetries: Output<Int>? = null, val schedule: Output<String>? = null, val startTime: Output<String>? = null, val type: Output<GoogleCloudDataplexV1TaskTriggerSpecType>) : ConvertibleToJava<GoogleCloudDataplexV1TaskTriggerSpecArgs>
Task scheduling and trigger settings.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1TaskTriggerSpecArgs(disabled: Output<Boolean>? = null, maxRetries: Output<Int>? = null, schedule: Output<String>? = null, startTime: Output<String>? = null, type: Output<GoogleCloudDataplexV1TaskTriggerSpecType>)
Functions
Properties
Link copied to clipboard
Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for running tasks periodically. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, CRON_TZ=America/New_York 1 * * * *, or TZ=America/New_York 1 * * * *. This field is required for RECURRING tasks.