Amazon Macie · JSON Structure

Amazon Macie Classification Export Configuration Structure

Specifies where to store data classification results, and the encryption settings to use when storing results in that location. The location must be an S3 bucket.

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

s3Destination

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-export-configuration-structure.json",
  "name": "ClassificationExportConfiguration",
  "description": "Specifies where to store data classification results, and the encryption settings to use when storing results in that location. The location must be an S3 bucket.",
  "type": "object",
  "properties": {
    "s3Destination": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Destination"
        },
        {
          "description": "The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket."
        }
      ]
    }
  }
}