Amazon Macie · JSON Structure

Amazon Macie Get Classification Scope Response Structure

GetClassificationScopeResponse schema from Amazon Macie API

Type: object Properties: 3
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

id name s3

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-get-classification-scope-response-structure.json",
  "name": "GetClassificationScopeResponse",
  "description": "GetClassificationScopeResponse schema from Amazon Macie API",
  "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."
        }
      ]
    },
    "s3": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3ClassificationScope"
        },
        {
          "description": "The S3 buckets that are excluded from automated sensitive data discovery."
        }
      ]
    }
  }
}