AWS::SecurityHub::FindingAggregatorThe AWS::SecurityHub::FindingAggregator resource enables cross-Region aggregation. When cross-Region aggregation is enabled, you can aggregate findings, finding updates, insights, control compliance statuses, and security scores from one or more linked Regions to a single aggregation Region. You can then view and manage all of this data from the aggregation Region. For more details about cross-Region aggregation, see [Cross-Region aggregation](https://docs.aws.amazon.com/securityhub/lates...
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RegionLinkingMode | string | Required |
Regions | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
FindingAggregationRegion | string | - |
FindingAggregatorArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::FindingAggregator
Resources:
MyResource:
Type: AWS::SecurityHub::FindingAggregator
Properties:
RegionLinkingMode: "ALL_REGIONS"Permissions CloudFormation needs in your IAM role to manage this resource.
securityhub:CreateFindingAggregatorsecurityhub:GetFindingAggregatorsecurityhub:UpdateFindingAggregatorsecurityhub:DeleteFindingAggregatorsecurityhub:ListFindingAggregatorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterFindingAggregatorArn