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

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 anSSL Certificate for a Load Balancer in the Elastic Load Balancing DeveloperGuide.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_SetLoadBalancerListenerSSLCertificate.html

Synopsis

Request

Request constructor

Request lenses

slblsslcLoadBalancerPort :: Lens' SetLoadBalancerListenerSSLCertificate Int Source

The port that uses the specified SSL certificate.

slblsslcSSLCertificateId :: Lens' SetLoadBalancerListenerSSLCertificate Text Source

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

Response

Response constructor