replacementControlIds

@JvmName(name = "uwmyxxmpmcciyrmv")
suspend fun replacementControlIds(value: Output<List<String>>)
@JvmName(name = "ydydbhapcuotppcg")
suspend fun replacementControlIds(value: List<String>?)

Parameters

value

Condition replacement specifications. - Applied according to the order in the list. - A previously replaced term can not be re-replaced. - Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.


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


@JvmName(name = "iowheujxwfmbdmhw")
suspend fun replacementControlIds(values: List<Output<String>>)
@JvmName(name = "bqkbeqshprunhhuo")
suspend fun replacementControlIds(vararg values: String)

Parameters

values

Condition replacement specifications. - Applied according to the order in the list. - A previously replaced term can not be re-replaced. - Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.