solutionTypes

@JvmName(name = "byppaigkhvblpvej")
suspend fun solutionTypes(value: Output<List<ControlSolutionTypesItem>>)
@JvmName(name = "hnqgjvkpmnvjgnxm")
suspend fun solutionTypes(value: List<ControlSolutionTypesItem>?)

Parameters

value

Immutable. The solution types that the control is used for. Currently we support setting only one type of solution at creation time. Only SOLUTION_TYPE_SEARCH value is supported at the moment. If no solution type is provided at creation time, will default to SOLUTION_TYPE_SEARCH.


@JvmName(name = "vuivkltolgvgtcxd")
suspend fun solutionTypes(vararg values: Output<ControlSolutionTypesItem>)


@JvmName(name = "oltknmsmgjlfhtbp")
suspend fun solutionTypes(values: List<Output<ControlSolutionTypesItem>>)
@JvmName(name = "fhsoqclberijukia")
suspend fun solutionTypes(vararg values: ControlSolutionTypesItem)

Parameters

values

Immutable. The solution types that the control is used for. Currently we support setting only one type of solution at creation time. Only SOLUTION_TYPE_SEARCH value is supported at the moment. If no solution type is provided at creation time, will default to SOLUTION_TYPE_SEARCH.