InsightMapFilterArgs

data class InsightMapFilterArgs(val comparison: Output<InsightMapFilterComparison>, val key: Output<String>, val value: Output<String>) : ConvertibleToJava<InsightMapFilterArgs>

A map filter for filtering AWS Security Hub findings.

Constructors

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

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: Output<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
val value: Output<String>

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.

Functions

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