Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EncryptionAtRest

import type { EncryptionAtRest } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

The data-volume encryption details.

interface EncryptionAtRest {
DataVolumeKMSKeyId: string;
}

§Properties

§
DataVolumeKMSKeyId: string
[src]

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.