healthCheckHttpCodes

@JvmName(name = "bouqkyoeujwnnost")
suspend fun healthCheckHttpCodes(value: Output<List<String>>)
@JvmName(name = "rocjktotujmxkpqp")
suspend fun healthCheckHttpCodes(value: List<String>?)

Parameters

value

The HTTP status codes to return for health checks. Separate multiple HTTP status codes with commas (,). Valid values: http\_2xx (default), http\_3xx, http\_4xx, and http\_5xx.

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


@JvmName(name = "meygiluvpplogkvs")
suspend fun healthCheckHttpCodes(vararg values: Output<String>)


@JvmName(name = "nahnagehkgtfluwq")
suspend fun healthCheckHttpCodes(values: List<Output<String>>)
@JvmName(name = "mlybureivqjxwala")
suspend fun healthCheckHttpCodes(vararg values: String)

Parameters

values

The HTTP status codes to return for health checks. Separate multiple HTTP status codes with commas (,). Valid values: http\_2xx (default), http\_3xx, http\_4xx, and http\_5xx.

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