amazonka-elb-1.3.1: Amazon Elastic Load Balancing SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.SetLoadBalancerListenerSSLCertificate

Contents

Description

Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.

For more information about updating your SSL certificate, see Updating an SSL Certificate for a Load Balancer in the Elastic Load Balancing Developer Guide.

See: AWS API Reference for SetLoadBalancerListenerSSLCertificate.

Synopsis

Creating a Request

Request Lenses

slblscLoadBalancerPort :: Lens' SetLoadBalancerListenerSSLCertificate Int Source

The port that uses the specified SSL certificate.

slblscSSLCertificateId :: Lens' SetLoadBalancerListenerSSLCertificate Text Source

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

Destructuring the Response

setLoadBalancerListenerSSLCertificateResponse Source

Creates a value of SetLoadBalancerListenerSSLCertificateResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses