EventTriggerLimitsArgs

data class EventTriggerLimitsArgs(val eventExpiration: Output<Int>? = null, val periods: Output<List<EventTriggerPeriodArgs>>? = null) : ConvertibleToJava<EventTriggerLimitsArgs>

Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.

Constructors

Link copied to clipboard
constructor(eventExpiration: Output<Int>? = null, periods: Output<List<EventTriggerPeriodArgs>>? = null)

Properties

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

Specifies that an event will only trigger the destination if it is processed within a certain latency period.

Link copied to clipboard
val periods: Output<List<EventTriggerPeriodArgs>>? = null

A list of time periods during which the limits apply.

Functions

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