healthCheckUrl

@JvmName(name = "cvnymqvxfnjtfbww")
suspend fun healthCheckUrl(value: Output<String>)
@JvmName(name = "jqcsxdmkrpxluxxv")
suspend fun healthCheckUrl(value: String?)

Parameters

value

The path to which health check requests are sent. The path must be 1 to 80 characters in length, and can contain only letters, digits, and the following special characters: - / . % ? # & =. It can also contain the following extended characters: _ ; ~ ! ( ) * [ ] @ $ ^ : ' , +. The path must start with a forward slash (/).

NOTE: This parameter takes effect only when HealthCheckType is set to HTTP.