Automation Rule Map Filter Args
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>)