twowaySynonymsControlIds

@JvmName(name = "eurxthwmcihhdcsb")
suspend fun twowaySynonymsControlIds(value: Output<List<String>>)
@JvmName(name = "srvqnfuskllcskhe")
suspend fun twowaySynonymsControlIds(value: List<String>?)

Parameters

value

Condition synonyms specifications. If multiple syonyms conditions match, all matching synonyms control in the list will execute. Order of controls in the list will not matter. Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.


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


@JvmName(name = "xgmmwpngwikadehk")
suspend fun twowaySynonymsControlIds(values: List<Output<String>>)
@JvmName(name = "axrracpvukovqliv")
suspend fun twowaySynonymsControlIds(vararg values: String)

Parameters

values

Condition synonyms specifications. If multiple syonyms conditions match, all matching synonyms control in the list will execute. Order of controls in the list will not matter. Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.