onewaySynonymsControlIds

@JvmName(name = "bmndjbgoiqvqgjsw")
suspend fun onewaySynonymsControlIds(value: Output<List<String>>)
@JvmName(name = "pvxdusapxkcreqrr")
suspend fun onewaySynonymsControlIds(value: List<String>?)

Parameters

value

Condition oneway synonyms specifications. If multiple oneway synonyms conditions match, all matching oneway synonyms controls 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 = "tfdfjrulgidrljys")
suspend fun onewaySynonymsControlIds(vararg values: Output<String>)


@JvmName(name = "fulmgsingfwyxdps")
suspend fun onewaySynonymsControlIds(values: List<Output<String>>)
@JvmName(name = "pljopnjhvigoqsgy")
suspend fun onewaySynonymsControlIds(vararg values: String)

Parameters

values

Condition oneway synonyms specifications. If multiple oneway synonyms conditions match, all matching oneway synonyms controls 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.