{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-put-classification-export-configuration-request-structure.json", "name": "PutClassificationExportConfigurationRequest", "description": "PutClassificationExportConfigurationRequest schema from Amazon Macie API", "type": "object", "properties": { "configuration": { "allOf": [ { "$ref": "#/components/schemas/ClassificationExportConfiguration" }, { "description": "The location to store data classification results in, and the encryption settings to use when storing results in that location." } ] } }, "required": [ "configuration" ] }