Event Trigger Period Args
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>)