class Aws::ElasticLoadBalancing::Types::SetLoadBalancerListenerSSLCertificateInput

Contains the parameters for SetLoadBalancerListenerSSLCertificate.

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

data as a hash:

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

@!attribute [rw] load_balancer_name

The name of the load balancer.
@return [String]

@!attribute [rw] load_balancer_port

The port that uses the specified SSL certificate.
@return [Integer]

@!attribute [rw] ssl_certificate_id

The Amazon Resource Name (ARN) of the SSL certificate.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/SetLoadBalancerListenerSSLCertificateInput AWS API Documentation

Constants

SENSITIVE