class Aws::Macie2::Types::FindingCriteria

Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.

@note When making an API call, you may pass FindingCriteria

data as a hash:

    {
      criterion: {
        "__string" => {
          eq: ["__string"],
          eq_exact_match: ["__string"],
          gt: 1,
          gte: 1,
          lt: 1,
          lte: 1,
          neq: ["__string"],
        },
      },
    }

@!attribute [rw] criterion

Specifies a condition that defines a property, operator, and one or
more values to filter the results of a query for findings. The
number of values depends on the property and operator specified by
the condition. For information about defining filter conditions, see
[Fundamentals of filtering findings][1] in the *Amazon Macie User
Guide*.

[1]: https://docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html
@return [Hash<String,Types::CriterionAdditionalProperties>]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingCriteria AWS API Documentation

Constants

SENSITIVE