AWS::SecurityHub::InsightThe AWS::SecurityHub::Insight resource represents the AWS Security Hub Insight in your account. An AWS Security Hub insight is a collection of related findings.
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Filters | AwsSecurityFindingFilters | Required |
GroupByAttribute | string | Required |
Name | string | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
InsightArn | string | The ARN of a Security Hub insight |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
securityhub:CreateInsightsecurityhub:GetInsightssecurityhub:UpdateInsightsecurityhub:GetInsightssecurityhub:DeleteInsightsecurityhub:GetInsightsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInsightArn