Updates the finding aggregation configuration. Used to update the Region linking mode and the list of included or excluded Regions. You cannot use UpdateFindingAggregator to change the aggregation Region.
You must run UpdateFindingAggregator from the current aggregation Region.
patch/findingAggregator/update
Request body
Response
Success
Example response
{
"FindingAggregationRegion": "us-east-1",
"FindingAggregatorArn": "arn:aws:securityhub:us-east-1:123456789012:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
"RegionLinkingMode": "SPECIFIED_REGIONS",
"Regions": [
"us-west-1",
"us-west-2"
]
}