Amazon Macie · JSON Structure

Amazon Macie Classification Scope Summary Structure

Provides information about the classification scope for an Amazon Macie account. Macie uses the scope's settings when it performs automated sensitive data discovery for the account.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

ClassificationScopeSummary 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

id name

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-classification-scope-summary-structure.json",
  "name": "ClassificationScopeSummary",
  "description": "Provides information about the classification scope for an Amazon Macie account. Macie uses the scope's settings when it performs automated sensitive data discovery for the account.",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClassificationScopeId"
        },
        {
          "description": "The unique identifier for the classification scope."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClassificationScopeName"
        },
        {
          "description": "The name of the classification scope: automated-sensitive-data-discovery."
        }
      ]
    }
  }
}