{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-encryption-info-structure.json", "name": "EncryptionInfo", "type": "object", "description": "\n
Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.
", "properties": { "EncryptionAtRest": { "allOf": [ { "$ref": "#/components/schemas/EncryptionAtRest" }, { "xml": { "name": "encryptionAtRest" }, "description": "\nThe data-volume encryption details.
" } ] }, "EncryptionInTransit": { "allOf": [ { "$ref": "#/components/schemas/EncryptionInTransit" }, { "xml": { "name": "encryptionInTransit" }, "description": "\nThe details for encryption in transit.
" } ] } } }