View source: R/elbv2_operations.R
elbv2_describe_ssl_policies | R Documentation |
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.
elbv2_describe_ssl_policies(
Names = NULL,
Marker = NULL,
PageSize = NULL,
LoadBalancerType = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.