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

ListenerTls

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

An object that represents the Transport Layer Security (TLS) properties for a listener.

interface ListenerTls {
validation?: ListenerTlsValidationContext | null;
}

§Properties

§

A reference to an object that represents a listener's Transport Layer Security (TLS) certificate.

§

Specify one of the following modes.

  • **STRICT – Listener only accepts connections with TLS enabled.
  • **PERMISSIVE – Listener accepts connections with or without TLS enabled.
  • **DISABLED – Listener only accepts connections without TLS.
§

A reference to an object that represents a listener's Transport Layer Security (TLS) validation context.