elbv2_describe_ssl_policies {paws.networking} | R Documentation |
Describes the specified policies or all policies used for SSL negotiation
Description
Describes the specified policies or all policies used for SSL negotiation.
See https://www.paws-r-sdk.com/docs/elbv2_describe_ssl_policies/ for full documentation.
Usage
elbv2_describe_ssl_policies(
Names = NULL,
Marker = NULL,
PageSize = NULL,
LoadBalancerType = NULL
)
Arguments
Names |
The names of the policies. |
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. |
LoadBalancerType |
The type of load balancer. The default lists the SSL policies for all load balancers. |
[Package paws.networking version 0.7.0 Index]