replacementControlIds

@JvmName(name = "jcnsntixcqpquqtq")
suspend fun replacementControlIds(value: Output<List<String>>)
@JvmName(name = "vuuisurrtevhbeam")
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 = "hosyvapmnqmvhdfq")
suspend fun replacementControlIds(vararg values: Output<String>)


@JvmName(name = "kadhqaigpykpntjt")
suspend fun replacementControlIds(values: List<Output<String>>)
@JvmName(name = "juixqemdyljatffr")
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.