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

CertificateSummary

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

Describes an Amazon Lightsail SSL/TLS certificate.

interface CertificateSummary {
certificateArn?: string | null;
certificateDetail?: Certificate | null;
certificateName?: string | null;
domainName?: string | null;
tags?: Tag[] | null;
}

§Properties

§
certificateArn?: string | null
[src]

The Amazon Resource Name (ARN) of the certificate.

§
certificateDetail?: Certificate | null
[src]

An object that describes a certificate in detail.

§
certificateName?: string | null
[src]

The name of the certificate.

§
domainName?: string | null
[src]

The domain name of the certificate.

§
tags?: Tag[] | null
[src]

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.