retries

@JvmName(name = "fjvippbwabyjwpaa")
suspend fun retries(value: Output<Int>)
@JvmName(name = "wcxbykuiduxwakdx")
suspend fun retries(value: Int?)

Parameters

value

The number of times to retry a failed health check before the container is considered unhealthy. You may specify between 1 and 10 retries. The default value is 3. This value applies only when you specify a `command`.