RetryPolicyArgs

data class RetryPolicyArgs(val eventTimeToLiveInMinutes: Output<Int>? = null, val maxDeliveryAttempts: Output<Int>? = null) : ConvertibleToJava<RetryPolicyArgs>

Information about the retry policy for an event subscription.

Constructors

Link copied to clipboard
constructor(eventTimeToLiveInMinutes: Output<Int>? = null, maxDeliveryAttempts: Output<Int>? = null)

Properties

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

Time To Live (in minutes) for events.

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

Maximum number of delivery retry attempts for events.

Functions

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