aws.securityhub.get_insight_results
Example SQL Queries
SELECT * FROMaws.securityhub.get_insight_resultsWHERE"insight_arn" = 'VALUE';Description
Lists the results of the Security Hub insight specified by the insight ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| insight_arn Required Input Column The ARN of the insight for which to return results. | 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 |
| insight_results The insight results returned by the operation. | STRUCT( |
Show child fields
| |