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

EncryptionAtRestOptions

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

Specifies encryption at rest options.

interface EncryptionAtRestOptions {
Enabled?: boolean | null;
KmsKeyId?: string | null;
}

§Properties

§
Enabled?: boolean | null
[src]

The option to enable encryption at rest.

§
KmsKeyId?: string | null
[src]

The KMS key ID for encryption at rest options.