ScheduleTargetRetryPolicyArgs

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

Constructors

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

Properties

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

Maximum amount of time, in seconds, to continue to make retry attempts. Ranges from 60 to 86400 (default).

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

Maximum number of retry attempts to make before the request fails. Ranges from 0 to 185 (default).

Functions

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