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 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. |
Id | aws.securityhub.finding_aggregators_list_only |
Fields
Name | Datatype | Description |
---|---|---|
finding_aggregator_arn | string | The ARN of the FindingAggregator being created and assigned as the unique identifier |
region_linking_mode | string | Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions |
regions | array | The list of excluded Regions or included Regions |
finding_aggregation_region | string | The aggregation Region of the FindingAggregator |
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