DatascanExecutionSpecTriggerArgs

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

Constructors

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

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.

Functions

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