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

ServerSideEncryptionConfiguration

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

The configuration containing information about the customer managed key used for encrypting customer data.

interface ServerSideEncryptionConfiguration {
KmsKeyId: string;
}

§Properties

§
KmsKeyId: string
[src]

The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.