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 represents the AWS Security Hub Finding Aggregator in your account. One finding aggregator resource is created for each account in non opt-in region in which you configure region linking mode.
Idaws.securityhub.finding_aggregators_list_only

Fields

NameDatatypeDescription
finding_aggregator_arnstringThe ARN of the FindingAggregator being created and assigned as the unique identifier
region_linking_modestringIndicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions
regionsarrayThe list of excluded Regions or included Regions
finding_aggregation_regionstringThe aggregation Region of the FindingAggregator
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