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

EncryptionConfig

import type { EncryptionConfig } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

The encryption configuration.

interface EncryptionConfig {
EncryptionType: EncryptionType;
KeyId: string;
}

§Properties

§
EncryptionType: EncryptionType
[src]

The type of encryption.

§
KeyId: string
[src]

The full ARN of the encryption key.

Note: Be sure to provide the full ARN of the encryption key, not just the ID.