If finding aggregation is enabled, then <code>ListFindingAggregators</code> returns the ARN of the finding aggregator. You can run this operation from any Region.
get/findingAggregator/list
Query parameters
NextTokenstring
The token returned with the previous set of results. Identifies the next set of results to return.
MaxResultsinteger
The maximum number of results to return. This operation currently only returns a single result.
Response
Success
Example response
{
"FindingAggregators": [
{
"FindingAggregatorArn": "arn:aws:securityhub:us-east-1:222222222222:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
}
]
}