GoogleCloudDataplexV1TriggerScheduleArgs

data class GoogleCloudDataplexV1TriggerScheduleArgs(val cron: Output<String>) : ConvertibleToJava<GoogleCloudDataplexV1TriggerScheduleArgs>

The scan is scheduled to run periodically.

Constructors

Link copied to clipboard
constructor(cron: Output<String>)

Properties

Link copied to clipboard
val cron: Output<String>

Cron (https://en.wikipedia.org/wiki/Cron) schedule for running scans periodically.To explicitly set a timezone in 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 (wikipedia (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)). For example, CRON_TZ=America/New_York 1 * * * *, or TZ=America/New_York 1 * * * *.This field is required for Schedule scans.

Functions

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