class Aws::Macie2::Types::SimpleCriterionForJob

Specifies a property-based condition that determines whether an S3 bucket is included or excluded from a classification job.

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

data as a hash:

    {
      comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
      key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
      values: ["__string"],
    }

@!attribute [rw] comparator

The operator to use in a condition. Valid values are:
@return [String]

@!attribute [rw] key

The property to use in a condition that determines whether an S3
bucket is included or excluded from a classification job. Valid
values are:
@return [String]

@!attribute [rw] values

@return [Array<String>]

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

Constants

SENSITIVE