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

TlsValidationContextFileTrust

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

An object that represents a Transport Layer Security (TLS) validation context trust for a local file.

interface TlsValidationContextFileTrust {
certificateChain: string;
}

§Properties

§
certificateChain: string
[src]

The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.