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

NodeToNodeEncryptionOptions

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

The node-to-node encryption options.

interface NodeToNodeEncryptionOptions {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

True to enable node-to-node encryption.