autoEnableControls property

Output<bool?> autoEnableControls
latefinal

Whether to automatically enable new controls when they are added to standards that are enabled. By default, this is set to true, and new controls are enabled automatically. To not automatically enable new controls, set this to false.

Implementation

late final pulumi.Output<bool?> autoEnableControls;