SelfDependencyTumblingWindowTriggerReferenceArgs

data class SelfDependencyTumblingWindowTriggerReferenceArgs(val offset: Output<String>, val size: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<SelfDependencyTumblingWindowTriggerReferenceArgs>

Self referenced tumbling window trigger dependency.

Constructors

constructor(offset: Output<String>, size: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val offset: Output<String>

Timespan applied to the start time of a tumbling window when evaluating dependency.

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

The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.

Link copied to clipboard
val type: Output<String>

The type of dependency reference. Expected value is 'SelfDependencyTumblingWindowTriggerReference'.

Functions

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