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

Class: Aws::ElasticLoadBalancing::Types::SetLoadBalancerListenerSSLCertificateInput

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

Overview

Note:

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

{
  load_balancer_name: "AccessPointName", # required
  load_balancer_port: 1, # required
  ssl_certificate_id: "SSLCertificateId", # required
}

Contains the parameters for SetLoadBalancerListenerSSLCertificate.

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)

    The name of the load balancer.

#load_balancer_portInteger

The port that uses the specified SSL certificate.

Returns:

  • (Integer)

    The port that uses the specified SSL certificate.

#ssl_certificate_idString

The Amazon Resource Name (ARN) of the SSL certificate.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the SSL certificate.