RuleRetryPolicyArgs

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

Constructors

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

Properties

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

The maximum amount of time, in seconds, to continue to make retry attempts.

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

The maximum number of retry attempts to make before the request fails. Retry attempts continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is met.

Functions

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