EventSubscriptionRetryPolicyArgs

data class EventSubscriptionRetryPolicyArgs(val eventTimeToLive: Output<Int>, val maxDeliveryAttempts: Output<Int>) : ConvertibleToJava<EventSubscriptionRetryPolicyArgs>

Constructors

Link copied to clipboard
constructor(eventTimeToLive: Output<Int>, maxDeliveryAttempts: Output<Int>)

Properties

Link copied to clipboard
val eventTimeToLive: Output<Int>

Specifies the time to live (in minutes) for events. Supported range is 1 to 1440. See official documentation for more details.

Link copied to clipboard

Specifies the maximum number of delivery retry attempts for events.

Functions

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