eventBatchingConditions

@JvmName(name = "nwqewocasdklgffl")
suspend fun eventBatchingConditions(value: Output<List<TriggerEventBatchingConditionArgs>>)
@JvmName(name = "huwwbtbtsmchuahl")
suspend fun eventBatchingConditions(value: List<TriggerEventBatchingConditionArgs>?)

Parameters

value

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires. See Event Batching Condition.


@JvmName(name = "woimgybflhjphegw")
suspend fun eventBatchingConditions(vararg values: Output<TriggerEventBatchingConditionArgs>)


@JvmName(name = "lvtymeqmiobghkry")
suspend fun eventBatchingConditions(values: List<Output<TriggerEventBatchingConditionArgs>>)
@JvmName(name = "yapcakgmafcoltoi")
suspend fun eventBatchingConditions(vararg values: TriggerEventBatchingConditionArgs)

Parameters

values

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires. See Event Batching Condition.


@JvmName(name = "lkvmnladphfudgkf")
suspend fun eventBatchingConditions(argument: List<suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit>)
@JvmName(name = "lqpwsmfgfxyqojwj")
suspend fun eventBatchingConditions(vararg argument: suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit)
@JvmName(name = "wkeajfbmdvrrspqu")
suspend fun eventBatchingConditions(argument: suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit)

Parameters

argument

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires. See Event Batching Condition.