Remove Listener Certificates
elbv2_remove_listener_certificates | R Documentation |
Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener¶
Description¶
Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.
Usage¶
elbv2_remove_listener_certificates(ListenerArn, Certificates)
Arguments¶
ListenerArn |
[required] The Amazon Resource Name (ARN) of the listener. |
Certificates |
[required] The certificate to remove. You can specify one
certificate per call. Set |
Value¶
An empty list.
Request syntax¶
svc$remove_listener_certificates(
ListenerArn = "string",
Certificates = list(
list(
CertificateArn = "string",
IsDefault = TRUE|FALSE
)
)
)