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

VirtualGatewayTlsValidationContextFileTrust

import type { VirtualGatewayTlsValidationContextFileTrust } 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 VirtualGatewayTlsValidationContextFileTrust {
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.