healthCheckPath

@JvmName(name = "cjkodfvnulfhtdfn")
suspend fun healthCheckPath(value: Output<String>)
@JvmName(name = "todtjwllxobydion")
suspend fun healthCheckPath(value: String?)

Parameters

value

The URL that is used for health checks. The URL must be 1 to 80 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.), percent signs (%), question marks (?), number signs (#), and ampersands (&). The URL can also contain the following extended characters: \_ ; ~ ! ( ) \* \[ ] @ $ ^ : ' , + = The URL must start with a forward slash (/).

NOTE: This parameter takes effect only if you set HealthCheckProtocol to HTTP.