Amazon MSK · JSON Structure

Msk Api Encryption At Rest Structure

The data-volume encryption details.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

DataVolumeKMSKeyId

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-msk/refs/heads/main/json-structure/msk-api-encryption-at-rest-structure.json",
  "name": "EncryptionAtRest",
  "type": "object",
  "description": "\n            <p>The data-volume encryption details.</p>",
  "properties": {
    "DataVolumeKMSKeyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "dataVolumeKMSKeyId"
          },
          "description": "\n            <p>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.</p>"
        }
      ]
    }
  },
  "required": [
    "DataVolumeKMSKeyId"
  ]
}