eventBatchingConditions

@JvmName(name = "cvksqdqjjpgtvwwl")
suspend fun eventBatchingConditions(value: Output<List<TriggerEventBatchingConditionArgs>>)
@JvmName(name = "gggdfkmtdwcsteba")
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 = "emllnncqqokckwme")
suspend fun eventBatchingConditions(vararg values: Output<TriggerEventBatchingConditionArgs>)


@JvmName(name = "uonseknlqjxnirer")
suspend fun eventBatchingConditions(values: List<Output<TriggerEventBatchingConditionArgs>>)
@JvmName(name = "cfchraurfxayqrul")
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 = "mxcbseqtfdwmyuga")
suspend fun eventBatchingConditions(argument: List<suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit>)
@JvmName(name = "dkwxujyloqbjiwgd")
suspend fun eventBatchingConditions(vararg argument: suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit)
@JvmName(name = "luwhkljjvtrdepcg")
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.