aws.inspector.list_findings
Example SQL Queries
SELECT * FROMaws.inspector.list_findings;Description
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assessment_run_arns Input Column The ARNs of the assessment runs that generate the findings that you want to list. | VARCHAR[] |
Show child fields
| |
| filter Input Column You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match. | STRUCT( |
Show child fields
| |
| _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_arns | VARCHAR |