AutomationRuleStringFilterArgs

data class AutomationRuleStringFilterArgs(val comparison: Output<AutomationRuleStringFilterComparison>, val value: Output<String>) : ConvertibleToJava<AutomationRuleStringFilterArgs>

A string filter for filtering ASHlong findings.

Constructors

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

Properties

Link copied to clipboard

The condition to apply to a string value when filtering Security Hub findings. To search for values that have the filter value, use one of the following comparison operators:

Link copied to clipboard
val value: Output<String>

The string filter value. Filter values are case sensitive. For example, the product name for control-based findings is `Security Hub`. If you provide `security hub` as the filter value, there's no match.

Functions

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