replacementControlIds

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


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