FrameworkControlSetArgs

data class FrameworkControlSetArgs(val controls: Output<List<FrameworkControlSetControlArgs>>? = null, val id: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<FrameworkControlSetArgs>

Constructors

Link copied to clipboard
constructor(controls: Output<List<FrameworkControlSetControlArgs>>? = null, id: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard

Configuration block(s) for the controls within the control set. See controls Block below for details.

Link copied to clipboard
val id: Output<String>? = null

Unique identifier for the framework.

Link copied to clipboard
val name: Output<String>

Name of the control set.

Functions

Link copied to clipboard
open override fun toJava(): FrameworkControlSetArgs