amazonka-elb-0.1.4: 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 on updating your SSL certificate, see Updating an SSLCertificate for a Load Balancer in the Elastic Load Balancing Developer Guide.

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 Number (ARN) of the SSL certificate chain to use. For more information on SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management User Guide.

Response

Response constructor