elb_set_load_balancer_listener_ssl_certificate {paws.networking} | R Documentation |
Sets the certificate that terminates the specified listener's SSL connections
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.
See https://www.paws-r-sdk.com/docs/elb_set_load_balancer_listener_ssl_certificate/ for full documentation.
Usage
elb_set_load_balancer_listener_ssl_certificate(
LoadBalancerName,
LoadBalancerPort,
SSLCertificateId
)
Arguments
LoadBalancerName |
[required] The name of the load balancer. |
LoadBalancerPort |
[required] The port that uses the specified SSL certificate. |
SSLCertificateId |
[required] The Amazon Resource Name (ARN) of the SSL certificate. |
[Package paws.networking version 0.7.0 Index]