retryPolicy

@JvmName(name = "ymhtcmgflbduhcgk")
suspend fun retryPolicy(value: Output<ScheduleRetryPolicyArgs>)
@JvmName(name = "tqvaxodxnmyfvfyn")
suspend fun retryPolicy(value: ScheduleRetryPolicyArgs?)

Parameters

value

A RetryPolicy object that includes information about the retry policy settings, including the maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a target.


@JvmName(name = "cljloeofpomfrnuu")
suspend fun retryPolicy(argument: suspend ScheduleRetryPolicyArgsBuilder.() -> Unit)

Parameters

argument

A RetryPolicy object that includes information about the retry policy settings, including the maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a target.