controls

@JvmName(name = "uogtthufqdtlxsdh")
suspend fun controls(value: Output<List<FrameworkControlArgs>>)
@JvmName(name = "cjghfeljojujvxpg")
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 = "ysqhfxeaoevnixtj")
suspend fun controls(vararg values: Output<FrameworkControlArgs>)


@JvmName(name = "godfjqojmdhigdjc")
suspend fun controls(values: List<Output<FrameworkControlArgs>>)
@JvmName(name = "oxawyvkbgencuyge")
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 = "hihellxbwpsntujm")
suspend fun controls(argument: List<suspend FrameworkControlArgsBuilder.() -> Unit>)
@JvmName(name = "abwjpkwxqafcddqk")
suspend fun controls(vararg argument: suspend FrameworkControlArgsBuilder.() -> Unit)
@JvmName(name = "ydeotumeeiwjidxg")
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.