InsightMapFilter

data class InsightMapFilter(val comparison: InsightMapFilterComparison, val key: String, val value: String)

A map filter for filtering AWS Security Hub findings.

Constructors

Link copied to clipboard
constructor(comparison: InsightMapFilterComparison, key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The condition to apply to the key value when filtering Security Hub findings with a map filter.

Link copied to clipboard
val key: String

The key of the map filter. For example, for ResourceTags , Key identifies the name of the tag. For UserDefinedFields , Key is the name of the field.

Link copied to clipboard

The value for the key in the map filter. Filter values are case sensitive. For example, one of the values for a tag called Department might be Security . If you provide security as the filter value, then there's no match.