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

ListenerTlsSdsCertificate

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

An object that represents the listener's Secret Discovery Service certificate. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.

interface ListenerTlsSdsCertificate {
secretName: string;
}

§Properties

§
secretName: string
[src]

A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.