paws.compute (version 0.1.0)

lightsail_delete_load_balancer_tls_certificate: Deletes an SSL/TLS certificate associated with a Lightsail load balancer

Description

Deletes an SSL/TLS certificate associated with a Lightsail load balancer.

Usage

lightsail_delete_load_balancer_tls_certificate(loadBalancerName,
  certificateName, force)

Arguments

loadBalancerName

[required] The load balancer name.

certificateName

[required] The SSL/TLS certificate name.

force

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.

Request syntax

svc$delete_load_balancer_tls_certificate(
  loadBalancerName = "string",
  certificateName = "string",
  force = TRUE|FALSE
)

Details

The delete load balancer tls certificate operation supports tag-based access control via resource tags applied to the resource identified by loadBalancerName. For more information, see the Lightsail Dev Guide.