DatascanExecutionSpecTriggerArgs

data class DatascanExecutionSpecTriggerArgs(val onDemand: Output<DatascanExecutionSpecTriggerOnDemandArgs>? = null, val schedule: Output<DatascanExecutionSpecTriggerScheduleArgs>? = null) : ConvertibleToJava<DatascanExecutionSpecTriggerArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

The scan runs once via dataScans.run API.

Link copied to clipboard

The scan is scheduled to run periodically. Structure is documented below.