retryPolicy

@JvmName(name = "qqeruuqdkbifglxk")
suspend fun retryPolicy(value: Output<String>)
@JvmName(name = "goyfbnsxeyslvoch")
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, and RETRY_POLICY_RETRY.