InsightStringFilterArgs

data class InsightStringFilterArgs(val comparison: Output<InsightStringFilterComparison>, val value: Output<String>) : ConvertibleToJava<InsightStringFilterArgs>

A string filter for filtering AWS Security Hub findings.

Constructors

Link copied to clipboard
constructor(comparison: Output<InsightStringFilterComparison>, 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(): InsightStringFilterArgs