RuleRetryPolicyArgs

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

Constructors

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

Functions

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

Properties

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