AWS::Macie::FindingsFilter CriterionAdditionalProperties - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Macie::FindingsFilter CriterionAdditionalProperties

Specifies a condition that defines the property, operator, and one or more values to use in a findings filter. A findings filter, also referred to as a filter rule, is a set of custom criteria that specifies which findings to include or exclude from the results of a query for findings. You can also configure a findings filter to suppress (automatically archive) findings that match the filter's criteria. For more information, see Filtering findings in the Amazon Macie User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "eq" : [ String, ... ], "gt" : Integer, "gte" : Integer, "lt" : Integer, "lte" : Integer, "neq" : [ String, ... ] }

YAML

eq: - String gt: Integer gte: Integer lt: Integer lte: Integer neq: - String

Properties

eq

The value for the specified property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.

Required: No

Type: Array of String

Update requires: No interruption

gt

The value for the specified property is greater than the specified value.

Required: No

Type: Integer

Update requires: No interruption

gte

The value for the specified property is greater than or equal to the specified value.

Required: No

Type: Integer

Update requires: No interruption

lt

The value for the specified property is less than the specified value.

Required: No

Type: Integer

Update requires: No interruption

lte

The value for the specified property is less than or equal to the specified value.

Required: No

Type: Integer

Update requires: No interruption

neq

The value for the specified property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.

Required: No

Type: Array of String

Update requires: No interruption