GoogleCloudDataplexV1TriggerArgs

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

DataScan scheduling and trigger settings.

Constructors

Link copied to clipboard
constructor(onDemand: Output<GoogleCloudDataplexV1TriggerOnDemandArgs>? = null, schedule: Output<GoogleCloudDataplexV1TriggerScheduleArgs>? = null)

Properties

Link copied to clipboard

The scan runs once via RunDataScan API.

Link copied to clipboard

The scan is scheduled to run periodically.

Functions

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