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

TlsValidationContextAcmTrust

import type { TlsValidationContextAcmTrust } 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 an Certificate Manager certificate.

interface TlsValidationContextAcmTrust {
certificateAuthorityArns: string[];
}

§Properties

§
certificateAuthorityArns: string[]
[src]

One or more ACM Amazon Resource Name (ARN)s.