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

ListenerTlsAcmCertificate

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

An object that represents an AWS Certicate Manager (ACM) certificate.

interface ListenerTlsAcmCertificate {
certificateArn: string;
}

§Properties

§
certificateArn: string
[src]

The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).