class Aws::Macie2::Types::JobScopingBlock

Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job.

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

data as a hash:

    {
      and: [
        {
          simple_scope_term: {
            comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
            key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
            values: ["__string"],
          },
          tag_scope_term: {
            comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
            key: "__string",
            tag_values: [
              {
                key: "__string",
                value: "__string",
              },
            ],
            target: "S3_OBJECT", # accepts S3_OBJECT
          },
        },
      ],
    }

@!attribute [rw] and

@return [Array<Types::JobScopeTerm>]

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

Constants

SENSITIVE