v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1461972964.4 KB

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

FindingAggregatorArnstring

The ARN of the finding aggregator.

FindingAggregationRegionstring

The aggregation Region.

RegionLinkingModestring

Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.

RegionsNonEmptyString[]

The list of excluded Regions or included Regions.

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"
  ]
}