eventBatchingConditions

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


@JvmName(name = "oyfpqcgmsorvonxn")
suspend fun eventBatchingConditions(values: List<Output<TriggerEventBatchingConditionArgs>>)
@JvmName(name = "fsadqnmjttovopto")
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 = "ymjqrnnwiavtrpqh")
suspend fun eventBatchingConditions(argument: List<suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit>)
@JvmName(name = "cywqwrqeprxwbtqw")
suspend fun eventBatchingConditions(vararg argument: suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit)
@JvmName(name = "tbrclrxvsxhnachy")
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.