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/wisdom.ts?docs=full";

The KMS key used for encryption.

interface ServerSideEncryptionConfiguration {
kmsKeyId?: string | null;
}

§Properties

§
kmsKeyId?: string | null
[src]

The KMS key. For information about valid ID values, see Key identifiers (KeyId).