class Aws::Lightsail::Types::DeleteLoadBalancerTlsCertificateRequest

@note When making an API call, you may pass DeleteLoadBalancerTlsCertificateRequest

data as a hash:

    {
      load_balancer_name: "ResourceName", # required
      certificate_name: "ResourceName", # required
      force: false,
    }

@!attribute [rw] load_balancer_name

The load balancer name.
@return [String]

@!attribute [rw] certificate_name

The SSL/TLS certificate name.
@return [String]

@!attribute [rw] 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.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteLoadBalancerTlsCertificateRequest AWS API Documentation

Constants

SENSITIVE