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<String>?>? specifiedRegions})
Creates a new FindingAggregatorState. arn ARN of the Security Hub finding aggregator. linkingMode 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_REGIONS or NO_REGIONS. When ALL_REGIONS or ALL_REGIONS_EXCEPT_SPECIFIED are used, Security Hub will automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. specifiedRegions List of regions to include or exclude (required if linkingMode is set to ALL_REGIONS_EXCEPT_SPECIFIED or SPECIFIED_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_REGIONS or NO_REGIONS. When ALL_REGIONS or ALL_REGIONS_EXCEPT_SPECIFIED are 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 linkingMode is set to ALL_REGIONS_EXCEPT_SPECIFIED or SPECIFIED_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