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

LoadBalancerTlsCertificateSummary

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

Provides a summary of SSL/TLS certificate metadata.

interface LoadBalancerTlsCertificateSummary {
isAttached?: boolean | null;
name?: string | null;
}

§Properties

§
isAttached?: boolean | null
[src]

When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

§
name?: string | null
[src]

The name of the SSL/TLS certificate.