v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1461972964.4 KB

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

NextTokenstring
<p>If there are more results, this is the token to provide in the next call to <code>ListFindingAggregators</code>.</p> <p>This operation currently only returns a single result. </p>

Example response

{
  "FindingAggregators": [
    {
      "FindingAggregatorArn": "arn:aws:securityhub:us-east-1:222222222222:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
    }
  ]
}