paws.networking (version 0.1.6)

elbv2_remove_listener_certificates: 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 CertificateArn to the certificate ARN but do not set IsDefault.

Request syntax

svc$remove_listener_certificates(
  ListenerArn = "string",
  Certificates = list(
    list(
      CertificateArn = "string",
      IsDefault = TRUE|FALSE
    )
  )
)

Details

You can\'t remove the default certificate for a listener. To replace the default certificate, call ModifyListener.

To list the certificates for your listener, use DescribeListenerCertificates.