healthProbeNames

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


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