DatascanExecutionSpecArgs

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

Constructors

Link copied to clipboard
constructor(field: Output<String>? = null, trigger: Output<DatascanExecutionSpecTriggerArgs>)

Properties

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

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

Spec related to how often and when a scan should be triggered. Structure is documented below.

Functions

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