{ "$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-at-rest-structure.json", "name": "EncryptionAtRest", "type": "object", "description": "\n

The data-volume encryption details.

", "properties": { "DataVolumeKMSKeyId": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "dataVolumeKMSKeyId" }, "description": "\n

The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.

" } ] } }, "required": [ "DataVolumeKMSKeyId" ] }