GoogleCloudDataplexV1DataScanExecutionSpecArgs

data class GoogleCloudDataplexV1DataScanExecutionSpecArgs(val field: Output<String>? = null, val trigger: Output<GoogleCloudDataplexV1TriggerArgs>? = null) : ConvertibleToJava<GoogleCloudDataplexV1DataScanExecutionSpecArgs>

DataScan execution settings.

Constructors

Functions

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

Properties

Link copied to clipboard
val field: Output<String>? = null

Immutable. The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time.If not specified, a data scan will run for all data in the table.

Link copied to clipboard

Optional. Spec related to how often and when a scan should be triggered.If not specified, the default is OnDemand, which means the scan will not run until the user calls RunDataScan API.