healthProbeNames

@JvmName(name = "usxsgcxldmbikaxl")
suspend fun healthProbeNames(value: Output<List<String>>)
@JvmName(name = "qkexvlhgpotxjrlj")
suspend fun healthProbeNames(value: List<String>?)

Parameters

value

The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.


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


@JvmName(name = "rlsuvnddppcuvxif")
suspend fun healthProbeNames(values: List<Output<String>>)
@JvmName(name = "rmapecpmacxtocgu")
suspend fun healthProbeNames(vararg values: String)

Parameters

values

The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.