Used to enable finding aggregation. Must be called from the aggregation Region.
For more details about cross-Region replication, see Configuring finding aggregation in the Security Hub User Guide.
post/findingAggregator/create
Request body
Response
Success
Example response
{
"FindingAggregationRegion": "us-east-1",
"FindingAggregatorArn": "arn:aws:securityhub:us-east-1:222222222222:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
"RegionLinkingMode": "SPECIFIED_REGIONS",
"Regions": [
"us-west-1",
"us-west-2"
]
}