aws.securityhub.get_finding_aggregator
Example SQL Queries
SELECT * FROMaws.securityhub.get_finding_aggregatorWHERE"finding_aggregator_arn" = 'VALUE';Description
Returns the current finding aggregation configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| finding_aggregator_arn Required Input Column The ARN of the finding aggregator. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| finding_aggregation_region The aggregation Region. | VARCHAR |
| region_linking_mode Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions. | VARCHAR |
| regions The list of excluded Regions or included Regions. | VARCHAR[] |
Show child fields
| |