ResourcesCompositeFilter

Enables the creation of criteria for Amazon Web Services resources in Security Hub.

Types

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

Properties

Link copied to clipboard

Enables filtering based on date and timestamp field values.

Link copied to clipboard

Enables filtering based on map-based field values.

Link copied to clipboard

Provides an additional level of filtering, creating a three-layer nested structure. The first layer is a CompositeFilters array with a CompositeOperator (AND/OR). The second layer is a CompositeFilter object that contains direct filters and NestedCompositeFilters. The third layer is NestedCompositeFilters, which contains additional filter conditions.

Link copied to clipboard

Enables filtering based on numerical field values.

Link copied to clipboard

The logical operator used to combine multiple filter conditions.

Link copied to clipboard

Enables filtering based on string field values.

Functions

Link copied to clipboard
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