controls property

Output<List<FrameworkControl>> controls
latefinal

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

Implementation

late final pulumi.Output<List<FrameworkControl>> controls;