Schedule Retry Policy Args
data class ScheduleRetryPolicyArgs(val maximumEventAgeInSeconds: Output<Double>? = null, val maximumRetryAttempts: Output<Double>? = null) : ConvertibleToJava<ScheduleRetryPolicyArgs>
A RetryPolicy object that includes information about the retry policy settings.
Constructors
Link copied to clipboard
fun ScheduleRetryPolicyArgs(maximumEventAgeInSeconds: Output<Double>? = null, maximumRetryAttempts: Output<Double>? = null)