Values.DeleteLoadBalancerTlsCertificateRequestSourceDeletes an SSL/TLS certificate associated with a Lightsail load balancer. The DeleteLoadBalancerTlsCertificate operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {loadBalancerName : ResourceName.t;The load balancer name.
*)certificateName : ResourceName.t;The SSL/TLS certificate name.
*)force : Boolean.t option;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.
*)}val make :
?force:??? ->
loadBalancerName:ResourceName.t ->
certificateName:ResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ResourceName.t ]) list ]