Skip to main content

finding_aggregators_list_only

Lists finding_aggregators in a region or regions, for all properties use finding_aggregators

Overview

Namefinding_aggregators_list_only
TypeResource
DescriptionThe AWS::SecurityHub::FindingAggregator resource enables cross-Region aggregation. When cross-Region aggregation is enabled, you can aggregate findings, finding updates, insights, control compliance statuses, and security scores from one or more linked Regions to a single aggregation Region. You can then view and manage all of this data from the aggregation Region. For more details about cross-Region aggregation, see [Cross-Region aggregation](https://docs.aws.amazon.com/securityhub/latest/userguide/finding-aggregation.html) in the *User Guide*
This resource must be created in the Region that you want to designate as your aggregation Region.
Cross-Region aggregation is also a prerequisite for using [central configuration](https://docs.aws.amazon.com/securityhub/latest/userguide/central-configuration-intro.html) in ASH.
Idaws.securityhub.finding_aggregators_list_only

Fields

NameDatatypeDescription
finding_aggregator_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all finding_aggregators in a region.

SELECT
region,
finding_aggregator_arn
FROM aws.securityhub.finding_aggregators_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the finding_aggregators_list_only resource, see finding_aggregators