StringFilter

A string filter for filtering Security Hub findings.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The condition to apply to a string value when filtering Security Hub findings.

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.

Functions

Link copied to clipboard
inline fun copy(block: StringFilter.Builder.() -> Unit = {}): StringFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String