AggregatorV2State constructor
Creates a new AggregatorV2State.
aggregationRegion The AWS Region where data is aggregated.
arn ARN of the Security Hub V2 Aggregator.
linkedRegions List of Regions linked to the aggregation Region. Required when regionLinkingMode is SPECIFIED_REGIONS or ALL_REGIONS_EXCEPT_SPECIFIED.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
regionLinkingMode Determines how Regions are linked to the aggregator. Valid values: ALL_REGIONS, ALL_REGIONS_EXCEPT_SPECIFIED, SPECIFIED_REGIONS.
tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
Implementation
const AggregatorV2State({
this.aggregationRegion,
this.arn,
this.linkedRegions,
this.region,
this.regionLinkingMode,
this.tags,
this.tagsAll,
});