DescribeListenerCertificates#

Description#

Request to get the list of certificates for an Elastic Load Balancer (ELB) listener.

Request Parameters#

  • ListenerArn — Amazon Resource Name (ARN) of the listener rule.

    • Type: String

    • Required: Yes

  • Marker — The NextMarker value from the previous call (see Response Elements).

    • Type: String

    • Required: No

  • PageSize — The limit on the number of returned certificates.

    • Type: Integer

    • Required: No

    • Default value: 400

    • Maximum value: 400

Response Elements#

  • Certificates.member.N — The information about the listener’s certificates.

  • NextMarkerNextMarker is only returned when the list of all listener certificates matching the specified criteria cannot be returned due to the limit set. To continue data output, the received value must be passed in the Marker parameter in the repeated request.

    • Type: String

Examples#

c2-elb DescribeListenerCertificates ListenerArn "listener_arn"