Returns the current finding aggregation configuration.
get/findingAggregator/get/{FindingAggregatorArn}
Path parameters
FindingAggregatorArnstring required
The ARN of the finding aggregator to return details for. To obtain the ARN, use <code>ListFindingAggregators</code>.
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"
]
}