FindingAggregatorState class
Input properties used for looking up and filtering FindingAggregator resources.
Constructors
-
FindingAggregatorState({Input<
String?> ? arn, Input<String?> ? linkingMode, Input<String?> ? region, Input<List< ? specifiedRegions})String> ?> -
Creates a new FindingAggregatorState.
arnARN of the Security Hub finding aggregator.linkingModeIndicates whether to aggregate findings from all of the available Regions or from a specified list. The options areALL_REGIONS,ALL_REGIONS_EXCEPT_SPECIFIED,SPECIFIED_REGIONSorNO_REGIONS. WhenALL_REGIONSorALL_REGIONS_EXCEPT_SPECIFIEDare used, Security Hub will automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.specifiedRegionsList of regions to include or exclude (required iflinkingModeis set toALL_REGIONS_EXCEPT_SPECIFIEDorSPECIFIED_REGIONS)const -
FindingAggregatorState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN of the Security Hub finding aggregator.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
linkingMode
→ Input<
String?> ? -
Indicates whether to aggregate findings from all of the available Regions or from a specified list. The options are
ALL_REGIONS,ALL_REGIONS_EXCEPT_SPECIFIED,SPECIFIED_REGIONSorNO_REGIONS. WhenALL_REGIONSorALL_REGIONS_EXCEPT_SPECIFIEDare used, Security Hub will automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.final -
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
-
specifiedRegions
→ Input<
List< ?String> ?> -
List of regions to include or exclude (required if
linkingModeis set toALL_REGIONS_EXCEPT_SPECIFIEDorSPECIFIED_REGIONS)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