InsightArgs

data class InsightArgs(val filters: Output<InsightAwsSecurityFindingFiltersArgs>? = null, val groupByAttribute: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<InsightArgs>

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.

Constructors

Link copied to clipboard
constructor(filters: Output<InsightAwsSecurityFindingFiltersArgs>? = null, groupByAttribute: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

One or more attributes used to filter the findings included in the insight

Link copied to clipboard
val groupByAttribute: Output<String>? = null

The grouping attribute for the insight's findings

Link copied to clipboard
val name: Output<String>? = null

The name of a Security Hub insight

Functions

Link copied to clipboard
open override fun toJava(): InsightArgs