ResourcesCompositeFilter - AWS Security Hub CSPM
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

ResourcesCompositeFilter

Enables the creation of criteria for AWS resources in Security Hub CSPM.

Contents

DateFilters

Enables filtering based on date and timestamp field values.

Type: Array of ResourcesDateFilter objects

Required: No

MapFilters

Enables filtering based on map-based field values.

Type: Array of ResourcesMapFilter objects

Required: No

NestedCompositeFilters

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.

Type: Array of ResourcesCompositeFilter objects

Required: No

NumberFilters

Enables filtering based on numerical field values.

Type: Array of ResourcesNumberFilter objects

Required: No

Operator

The logical operator used to combine multiple filter conditions.

Type: String

Valid Values: AND | OR

Required: No

StringFilters

Enables filtering based on string field values.

Type: Array of ResourcesStringFilter objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: