You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::DeleteLoadBalancerTlsCertificateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteLoadBalancerTlsCertificateRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_nameString

The SSL/TLS certificate name.

Returns:

  • (String)

    The SSL/TLS certificate name.

#forceBoolean

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.

Returns:

  • (Boolean)

    When true, forces the deletion of an SSL/TLS certificate.

#load_balancer_nameString

The load balancer name.

Returns:

  • (String)

    The load balancer name.