eventBatchingConditions

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


@JvmName(name = "lkmfwcbmmgvtcfrf")
suspend fun eventBatchingConditions(values: List<Output<TriggerEventBatchingConditionArgs>>)
@JvmName(name = "wmiwwjitepgrcxsg")
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 = "bfqogypmbcvjodfg")
suspend fun eventBatchingConditions(argument: List<suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit>)
@JvmName(name = "jrbgjgcyljwlyxcq")
suspend fun eventBatchingConditions(vararg argument: suspend TriggerEventBatchingConditionArgsBuilder.() -> Unit)
@JvmName(name = "toercsohokbsjxbc")
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.