EventTargetRetryPolicyArgs

data class EventTargetRetryPolicyArgs(val maximumEventAgeInSeconds: Output<Int>? = null, val maximumRetryAttempts: Output<Int>? = null) : ConvertibleToJava<EventTargetRetryPolicyArgs>

Constructors

Link copied to clipboard
fun EventTargetRetryPolicyArgs(maximumEventAgeInSeconds: Output<Int>? = null, maximumRetryAttempts: Output<Int>? = null)

Functions

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

Properties

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

The age in seconds to continue to make retry attempts.

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

maximum number of retry attempts to make before the request fails