insights_list_only
Lists insights
in a region or regions, for all properties use insights
Overview
Name | insights_list_only |
Type | Resource |
Description | The AWS::SecurityHub::Insight resource represents the AWS Security Hub Insight in your account. An AWS Security Hub insight is a collection of related findings. |
Id | aws.securityhub.insights_list_only |
Fields
Name | Datatype | Description |
---|---|---|
insight_arn | string | The ARN of a Security Hub insight |
name | string | The name of a Security Hub insight |
filters | object | One or more attributes used to filter the findings included in the insight |
group_by_attribute | string | The grouping attribute for the insight's findings |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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