doNotAssociateControlIds

@JvmName(name = "gctukbvobkpuqfag")
suspend fun doNotAssociateControlIds(value: Output<List<String>>)
@JvmName(name = "wfeoojhdqajvmsiv")
suspend fun doNotAssociateControlIds(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "jyvfudemutspmtbn")
suspend fun doNotAssociateControlIds(values: List<Output<String>>)
@JvmName(name = "ucxqljcjbujqhvhm")
suspend fun doNotAssociateControlIds(vararg values: String)

Parameters

values

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