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

SubjectAlternativeNameMatchers

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

An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.

interface SubjectAlternativeNameMatchers {
exact: string[];
}

§Properties

§
exact: string[]
[src]

The values sent must match the specified values exactly.