finding_aggregators_list_only
Lists finding_aggregators
in a region or regions, for all properties use finding_aggregators
Overview
Name | finding_aggregators_list_only |
Type | Resource |
Description | The 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. |
Id | aws.securityhub.finding_aggregators_list_only |
Fields
Name | Datatype | Description |
---|---|---|
finding_aggregator_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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