solutionTypes

@JvmName(name = "eljijybiulbxjdyh")
suspend fun solutionTypes(value: Output<List<ControlSolutionTypesItem>>)
@JvmName(name = "toqmitaieiyvpusg")
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 = "jybelljsvrnjpxoj")
suspend fun solutionTypes(vararg values: Output<ControlSolutionTypesItem>)


@JvmName(name = "hmdqscdaknhsgrbp")
suspend fun solutionTypes(values: List<Output<ControlSolutionTypesItem>>)
@JvmName(name = "esyrvdpoydljuure")
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.