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

AttachLoadBalancerTlsCertificateRequest

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

§Properties

§
certificateName: string
[src]

The name of your SSL/TLS certificate.

§
loadBalancerName: string
[src]

The name of the load balancer to which you want to associate the SSL/TLS certificate.