GoogleCloudDataplexV1TriggerArgs

data class GoogleCloudDataplexV1TriggerArgs(val onDemand: Output<GoogleCloudDataplexV1TriggerOnDemandArgs>? = null, val schedule: Output<GoogleCloudDataplexV1TriggerScheduleArgs>? = null) : ConvertibleToJava<GoogleCloudDataplexV1TriggerArgs>

DataScan scheduling and trigger settings.

Constructors

Functions

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

Properties

Link copied to clipboard

The scan runs once via RunDataScan API.

Link copied to clipboard

The scan is scheduled to run periodically.