healthCheckCodes

@JvmName(name = "jgwcxawprgdybujd")
suspend fun healthCheckCodes(value: Output<List<String>>)
@JvmName(name = "pblaaxxctkihcapy")
suspend fun healthCheckCodes(value: List<String>?)

Parameters

value

The HTTP status code that indicates a successful health check. NOTE: The attribute HealthCheckProtocol is valid when the attribute is HTTP .


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


@JvmName(name = "sjhjqqfojainfuqv")
suspend fun healthCheckCodes(values: List<Output<String>>)
@JvmName(name = "crpmnxjrwvykobke")
suspend fun healthCheckCodes(vararg values: String)

Parameters

values

The HTTP status code that indicates a successful health check. NOTE: The attribute HealthCheckProtocol is valid when the attribute is HTTP .