FindingAggregatorState constructor

const FindingAggregatorState({
  1. Input<String?>? arn,
  2. Input<String?>? linkingMode,
  3. Input<String?>? region,
  4. 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)

Implementation

const FindingAggregatorState({
  this.arn,
  this.linkingMode,
  this.region,
  this.specifiedRegions,
});