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

Certificate

import type { Certificate } from "https://aws-api.deno.dev/v0.4/services/elbv2.ts?docs=full";

Information about an SSL server certificate.

interface Certificate {
CertificateArn?: string | null;
IsDefault?: boolean | null;
}

§Properties

§
CertificateArn?: string | null
[src]

The Amazon Resource Name (ARN) of the certificate.

§
IsDefault?: boolean | null
[src]

Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.