AutomationRuleMapFilterArgs

data class AutomationRuleMapFilterArgs(val comparison: Output<AutomationRuleMapFilterComparison>, val key: Output<String>, val value: Output<String>) : ConvertibleToJava<AutomationRuleMapFilterArgs>

A map filter for filtering ASHlong findings. Each map filter provides the field to check for, the value to check for, and the comparison operator.

Constructors

Link copied to clipboard
constructor(comparison: Output<AutomationRuleMapFilterComparison>, 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. To search for values that have the filter value, use one of the following comparison operators:

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(): AutomationRuleMapFilterArgs