Insight

class Insight

Contains information about a Security Hub insight.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more attributes used to filter the findings included in the insight. You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values. The insight only includes findings that match the criteria defined in the filters.

Link copied to clipboard

The grouping attribute for the insight's findings. Indicates how to group the matching findings, and identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.

Link copied to clipboard

The ARN of a Security Hub insight.

Link copied to clipboard
val name: String?

The name of a Security Hub insight.

Functions

Link copied to clipboard
inline fun copy(block: Insight.Builder.() -> Unit = {}): Insight
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String