ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration constructor
Creates a new ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration.
disabledControlIdentifiers A list of security controls that are disabled in the configuration policy Security Hub enables all other controls (including newly released controls) other than the listed controls. Conflicts with enabledControlIdentifiers.
enabledControlIdentifiers A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls. Conflicts with disabledControlIdentifiers.
securityControlCustomParameters A list of control parameter customizations that are included in a configuration policy. Include multiple blocks to define multiple control custom parameters. See below.
Implementation
const ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration({
this.disabledControlIdentifiers,
this.enabledControlIdentifiers,
this.securityControlCustomParameters,
});