retryPolicy

@JvmName(name = "jkilrtnrpqeetqie")
suspend fun retryPolicy(value: Output<String>)
@JvmName(name = "hqsnqfetxoxvhfbk")
suspend fun retryPolicy(value: String?)

Parameters

value

Describes the retry policy in case of function's execution failure. Retried execution is charged as any other execution. Possible values are: RETRY_POLICY_UNSPECIFIED, RETRY_POLICY_DO_NOT_RETRY, RETRY_POLICY_RETRY.