healthCheckPath

@JvmName(name = "ekinklhfkculbljy")
suspend fun healthCheckPath(value: Output<String>)
@JvmName(name = "ehqdoodqucfjuwig")
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, and the following special characters: - / . % ? # & =. It can also contain the following extended characters: _ ; ~ ! ( ) * [ ] @ $ ^ : ' , +. The URL must start with a forward slash (/).

NOTE: This parameter takes effect only if you set HealthCheckEnabled to true and HealthCheckProtocol to HTTP or HTTPS.