elb_set_load_balancer_listener_ssl_certificate: Sets the certificate that terminates the specified listener's...

View source: R/elb_operations.R

elb_set_load_balancer_listener_ssl_certificateR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.