ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration class
Constructors
-
ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration({Input<
List< ? disabledControlIdentifiers, Input<String> ?>List< ? enabledControlIdentifiers, Input<String> ?>List< ? securityControlCustomParameters})ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter> ?> -
Creates a new ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration.
disabledControlIdentifiersA 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 withenabledControlIdentifiers.enabledControlIdentifiersA 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 withdisabledControlIdentifiers.securityControlCustomParametersA 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