Amazon Macie · JSON Structure

Amazon Macie Scoping Structure

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

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Scoping is a JSON Structure definition published by Amazon Macie, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

excludes includes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-scoping-structure.json",
  "name": "Scoping",
  "description": "Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job. Exclude conditions take precedence over include conditions.",
  "type": "object",
  "properties": {
    "excludes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobScopingBlock"
        },
        {
          "description": "The property- and tag-based conditions that determine which objects to exclude from the analysis."
        }
      ]
    },
    "includes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobScopingBlock"
        },
        {
          "description": "The property- and tag-based conditions that determine which objects to include in the analysis."
        }
      ]
    }
  }
}