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

EncryptionSetting

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

The object representing the passwords that were used to encrypt the data related to the bot recommendation, as well as the KMS key ARN used to encrypt the associated metadata.

interface EncryptionSetting {
associatedTranscriptsPassword?: string | null;
botLocaleExportPassword?: string | null;
kmsKeyArn?: string | null;
}

§Properties

§
associatedTranscriptsPassword?: string | null
[src]

The password used to encrypt the associated transcript file.

§
botLocaleExportPassword?: string | null
[src]

The password used to encrypt the recommended bot recommendation file.

§
kmsKeyArn?: string | null
[src]

The KMS key ARN used to encrypt the metadata associated with the bot recommendation.