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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_nameString

The SSL/TLS certificate name.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-lightsail/types.rb', line 5280

class DeleteLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-lightsail/types.rb', line 5280

class DeleteLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_nameString

The load balancer name.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-lightsail/types.rb', line 5280

class DeleteLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name,
  :force)
  SENSITIVE = []
  include Aws::Structure
end