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

EncryptionInfo

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

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.

interface EncryptionInfo {
EncryptionAtRest?: EncryptionAtRest | null;
EncryptionInTransit?: EncryptionInTransit | null;
}

§Properties

§
EncryptionAtRest?: EncryptionAtRest | null
[src]

The data-volume encryption details.

§
EncryptionInTransit?: EncryptionInTransit | null
[src]

The details for encryption in transit.