paws.networking (version 0.1.6)

elbv2_describe_listener_certificates: Describes the default certificate and the certificate list for the specified HTTPS or TLS listener

Description

Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.

Usage

elbv2_describe_listener_certificates(ListenerArn, Marker, PageSize)

Arguments

ListenerArn

[required] The Amazon Resource Names (ARN) of the listener.

Marker

The marker for the next set of results. (You received this marker from a previous call.)

PageSize

The maximum number of results to return with this call.

Request syntax

svc$describe_listener_certificates(
  ListenerArn = "string",
  Marker = "string",
  PageSize = 123
)

Details

If the default certificate is also in the certificate list, it appears twice in the results (once with IsDefault set to true and once with IsDefault set to false).

For more information, see SSL Certificates in the Application Load Balancers Guide.