controls property

Input<List<FrameworkControl>?>? controls
final

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

final pulumi.Input<List<FrameworkControl>?>? controls;