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

View source: R/lightsail_operations.R

lightsail_delete_load_balancer_tls_certificateR Documentation

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

Description

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

See https://www.paws-r-sdk.com/docs/lightsail_delete_load_balancer_tls_certificate/ for full documentation.

Usage

lightsail_delete_load_balancer_tls_certificate(
  loadBalancerName,
  certificateName,
  force = NULL
)

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.