Schedule Target Retry Policy Args
    data class ScheduleTargetRetryPolicyArgs(val maximumEventAgeInSeconds: Output<Int>? = null, val maximumRetryAttempts: Output<Int>? = null) : ConvertibleToJava<ScheduleTargetRetryPolicyArgs> 
Constructors
Link copied to clipboard
                fun ScheduleTargetRetryPolicyArgs(maximumEventAgeInSeconds: Output<Int>? = null, maximumRetryAttempts: Output<Int>? = null)