EventTriggerPeriodArgs

data class EventTriggerPeriodArgs(val maxInvocationsPerProfile: Output<Int>? = null, val unit: Output<EventTriggerPeriodUnit>, val unlimited: Output<Boolean>? = null, val value: Output<Int>) : ConvertibleToJava<EventTriggerPeriodArgs>

Defines a limit and the time period during which it is enforced.

Constructors

Link copied to clipboard
constructor(maxInvocationsPerProfile: Output<Int>? = null, unit: Output<EventTriggerPeriodUnit>, unlimited: Output<Boolean>? = null, value: Output<Int>)

Properties

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

The maximum allowed number of destination invocations per profile.

Link copied to clipboard

The unit of time.

Link copied to clipboard
val unlimited: Output<Boolean>? = null

If set to true, there is no limit on the number of destination invocations per profile. The default is false.

Link copied to clipboard
val value: Output<Int>

The amount of time of the specified unit.

Functions

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