healthCheckCodes

@JvmName(name = "muatjewohssfwtri")
suspend fun healthCheckCodes(value: Output<List<String>>)
@JvmName(name = "fkqbgffrqrddjypf")
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 = "ueqsssmhtxxcmbqt")
suspend fun healthCheckCodes(vararg values: Output<String>)


@JvmName(name = "kbhpayyvrpylmifq")
suspend fun healthCheckCodes(values: List<Output<String>>)
@JvmName(name = "jukbctinvlkyivay")
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 .