AWS Fundamentals Logo
AWS Fundamentals
AWS::SecurityHub::Insight

SecurityHub Insight

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.

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Filters
AwsSecurityFindingFilters
Required
GroupByAttribute
string
Required
Name
string
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
InsightArnstringThe ARN of a Security Hub insight

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::Insight

Resources:
  MyResource:
    Type: AWS::SecurityHub::Insight
    Properties:
      Filters: "value"
      Name: "my-name"
      GroupByAttribute: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

securityhub:CreateInsight

read

securityhub:GetInsights

update

securityhub:UpdateInsight

delete

securityhub:GetInsightssecurityhub:DeleteInsight

list

securityhub:GetInsights

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSecurityHub
Properties4
Required3
TaggingNot supported
Primary IDInsightArn

Supported Operations

CreateReadUpdateDeleteList

External Links