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

Provides the identifier of the KMScustomer master key (CMK) used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.

interface ServerSideEncryptionConfiguration {
KmsKeyId?: string | null;
}

§Properties

§
KmsKeyId?: string | null
[src]

The identifier of the KMScustomer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.