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

VirtualGatewayListenerTlsValidationContext

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

An object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context.

interface VirtualGatewayListenerTlsValidationContext {
subjectAlternativeNames?: SubjectAlternativeNames | null;
}

§Properties

§
subjectAlternativeNames?: SubjectAlternativeNames | null
[src]

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

§

A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.