filterControlIds

@JvmName(name = "gwyujhhgpjcwdmcf")
suspend fun filterControlIds(value: Output<List<String>>)
@JvmName(name = "khrlfmnvpfeimxkl")
suspend fun filterControlIds(value: List<String>?)

Parameters

value

Condition filter specifications. If a product matches multiple conditions in the specifications, filters from these specifications are all applied and combined via the AND operator. Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.


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


@JvmName(name = "ctkilsfykhigvbgj")
suspend fun filterControlIds(values: List<Output<String>>)
@JvmName(name = "ahexmlrldwjwnvct")
suspend fun filterControlIds(vararg values: String)

Parameters

values

Condition filter specifications. If a product matches multiple conditions in the specifications, filters from these specifications are all applied and combined via the AND operator. Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.