Skip to main content

insights_list_only

Lists insights in a region or regions, for all properties use insights

Overview

Nameinsights_list_only
TypeResource
DescriptionThe AWS::SecurityHub::Insight resource represents the AWS Security Hub Insight in your account. An AWS Security Hub insight is a collection of related findings.
Idaws.securityhub.insights_list_only

Fields

NameDatatypeDescription
insight_arnstringThe ARN of a Security Hub insight
namestringThe name of a Security Hub insight
filtersobjectOne or more attributes used to filter the findings included in the insight
group_by_attributestringThe grouping attribute for the insight's findings
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all insights in a region.

SELECT
region,
insight_arn
FROM aws.securityhub.insights_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the insights_list_only resource, see insights