TriggerEventBatchingConditionArgs

data class TriggerEventBatchingConditionArgs(val batchSize: Output<Int>, val batchWindow: Output<Int>? = null) : ConvertibleToJava<TriggerEventBatchingConditionArgs>

Constructors

Link copied to clipboard
constructor(batchSize: Output<Int>, batchWindow: Output<Int>? = null)

Properties

Link copied to clipboard
val batchSize: Output<Int>

Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.

Link copied to clipboard
val batchWindow: Output<Int>? = null

Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received. Default value is 900.

Functions

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