View source: R/lightsail_operations.R
lightsail_delete_load_balancer_tls_certificate | R Documentation |
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.
lightsail_delete_load_balancer_tls_certificate(
loadBalancerName,
certificateName,
force = NULL
)
loadBalancerName |
[required] The load balancer name. |
certificateName |
[required] The SSL/TLS certificate name. |
force |
When There can be two certificates associated with a Lightsail load balancer:
the primary and the backup. The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.