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

Specifies the Encryption At Rest Options.

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

§Properties

§
Enabled?: boolean | null
[src]

Specifies the option to enable Encryption At Rest.

§
KmsKeyId?: string | null
[src]

Specifies the KMS Key ID for Encryption At Rest options.