InsightStringFilter

data class InsightStringFilter(val comparison: InsightStringFilterComparison, val value: String)

A string filter for filtering AWS Security Hub findings.

Constructors

Link copied to clipboard
constructor(comparison: InsightStringFilterComparison, value: String)

Types

Link copied to clipboard
object Companion

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

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.