AccountState class
Input properties used for looking up and filtering Account resources.
Constructors
-
AccountState({Input<
String?> ? arn, Input<bool?> ? autoEnableControls, Input<String?> ? controlFindingGenerator, Input<bool?> ? enableDefaultStandards, Input<String?> ? region}) -
Creates a new AccountState.
arnARN of the SecurityHub Hub created in the account.autoEnableControlsWhether 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.controlFindingGeneratorUpdates whether the calling account has consolidated control findings turned on. If the value for this field is set toSECURITY_CONTROL, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards. If the value for this field is set toSTANDARD_CONTROL, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards. For accounts that are part of an organization, this value can only be updated in the administrator account.enableDefaultStandardsWhether to enable the security standards that Security Hub has designated as automatically enabled including:AWS Foundational Security Best Practices v1.0.0andCIS AWS Foundations Benchmark v1.2.0. Defaults totrue.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.const -
AccountState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN of the SecurityHub Hub created in the account.
final
-
autoEnableControls
→ Input<
bool?> ? -
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.
final
-
controlFindingGenerator
→ Input<
String?> ? -
Updates whether the calling account has consolidated control findings turned on. If the value for this field is set to
SECURITY_CONTROL, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards. If the value for this field is set toSTANDARD_CONTROL, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards. For accounts that are part of an organization, this value can only be updated in the administrator account.final -
enableDefaultStandards
→ Input<
bool?> ? -
Whether to enable the security standards that Security Hub has designated as automatically enabled including:
AWS Foundational Security Best Practices v1.0.0andCIS AWS Foundations Benchmark v1.2.0. Defaults totrue.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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