aws.inspector.describe_findings
Example SQL Queries
SELECT * FROMaws.inspector.describe_findingsWHERE"finding_arns" = 'VALUE';Description
Describes the findings that are specified by the ARNs of the findings.
Table Definition
| Column Name | Column Data Type |
|---|---|
| finding_arns Required Input Column The ARN that specifies the finding that you want to describe. | VARCHAR[] |
Show child fields
| |
| locale Input Column The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding. | 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 |
| failed_items Finding details that cannot be described. An error code is provided for each failed item. | MAP(VARCHAR, STRUCT( |
| findings Information about the finding. | STRUCT( |
Show child fields
| |