Module Values.DeleteLoadBalancerTlsCertificateRequestSource

Deletes 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.

Sourcetype nonrec t = {
  1. loadBalancerName : ResourceName.t;
    (*

    The load balancer name.

    *)
  2. certificateName : ResourceName.t;
    (*

    The SSL/TLS certificate name.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?force:??? -> loadBalancerName:ResourceName.t -> certificateName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of ResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t