class Aws::Macie2::Types::UpdateFindingsFilterRequest

Specifies the criteria and other settings for a findings filter.

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

data as a hash:

    {
      action: "ARCHIVE", # accepts ARCHIVE, NOOP
      description: "__string",
      finding_criteria: {
        criterion: {
          "__string" => {
            eq: ["__string"],
            eq_exact_match: ["__string"],
            gt: 1,
            gte: 1,
            lt: 1,
            lte: 1,
            neq: ["__string"],
          },
        },
      },
      id: "__string", # required
      name: "__string",
      position: 1,
      client_token: "__string",
    }

@!attribute [rw] action

The action to perform on findings that meet the filter criteria. To
suppress (automatically archive) findings that meet the criteria,
set this value to ARCHIVE. Valid values are:
@return [String]

@!attribute [rw] description

@return [String]

@!attribute [rw] finding_criteria

Specifies, as a map, one or more property-based conditions that
filter the results of a query for findings.
@return [Types::FindingCriteria]

@!attribute [rw] id

@return [String]

@!attribute [rw] name

@return [String]

@!attribute [rw] position

@return [Integer]

@!attribute [rw] client_token

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

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

Constants

SENSITIVE