Retry Policy Args
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
fun RetryPolicyArgs(eventTimeToLiveInMinutes: Output<Int>? = null, maxDeliveryAttempts: Output<Int>? = null)