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

DeleteLoadBalancerTlsCertificateRequest

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

§Properties

§
certificateName: string
[src]

The SSL/TLS certificate name.

§
force?: boolean | null
[src]

When true, forces the deletion of an SSL/TLS certificate.

There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The force parameter is required when the primary SSL/TLS certificate is in use by an instance attached to the load balancer.

§
loadBalancerName: string
[src]

The load balancer name.