ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration class

Constructors

ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration({Input<List<String>?>? disabledControlIdentifiers, Input<List<String>?>? enabledControlIdentifiers, Input<List<ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter>?>? securityControlCustomParameters})
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.
const
ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

disabledControlIdentifiers → Input<List<String>?>?
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.
final
enabledControlIdentifiers → Input<List<String>?>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityControlCustomParameters → Input<List<ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter>?>?
A list of control parameter customizations that are included in a configuration policy. Include multiple blocks to define multiple control custom parameters. See below.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited