controls

@JvmName(name = "oqpxtnqlbhqlughg")
suspend fun controls(value: Output<List<FrameworkControlArgs>>)
@JvmName(name = "olralortlwnuwnls")
suspend fun controls(value: List<FrameworkControlArgs>?)

Parameters

value

One or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below.


@JvmName(name = "yidghoajucoxewge")
suspend fun controls(vararg values: Output<FrameworkControlArgs>)


@JvmName(name = "hetnkncwfgdftidb")
suspend fun controls(values: List<Output<FrameworkControlArgs>>)
@JvmName(name = "xtcmnryjpulbsdai")
suspend fun controls(vararg values: FrameworkControlArgs)

Parameters

values

One or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below.


@JvmName(name = "wwigiuhdtjshkoho")
suspend fun controls(argument: List<suspend FrameworkControlArgsBuilder.() -> Unit>)
@JvmName(name = "nxaxpmmauuplgewj")
suspend fun controls(vararg argument: suspend FrameworkControlArgsBuilder.() -> Unit)
@JvmName(name = "sleraaeleupameel")
suspend fun controls(argument: suspend FrameworkControlArgsBuilder.() -> Unit)

Parameters

argument

One or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below.