Amazon Macie · Schema

ClassificationScopeSummary

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.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
id object
name object
View JSON Schema on GitHub

JSON Schema

amazon-macie-classification-scope-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-classification-scope-summary-schema.json",
  "title": "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."
        }
      ]
    }
  }
}