elbv2_describe_listener_certificates {paws.networking} | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/elbv2_describe_listener_certificates/ for full documentation.
Usage
elbv2_describe_listener_certificates(
ListenerArn,
Marker = NULL,
PageSize = NULL
)
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. |
[Package paws.networking version 0.9.0 Index]