healthProbeNames

@JvmName(name = "yotqjwbbfrcreiax")
suspend fun healthProbeNames(value: Output<List<String>>)
@JvmName(name = "cdbscsukwugatehq")
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 = "ftqclkbuhoxjpxhi")
suspend fun healthProbeNames(vararg values: Output<String>)


@JvmName(name = "cxybxhhamixvnpge")
suspend fun healthProbeNames(values: List<Output<String>>)
@JvmName(name = "gvesbkrpkmfsdfgc")
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.