powered by
Describes the specified policies or all policies used for SSL negotiation.
elbv2_describe_ssl_policies(Names, Marker, PageSize)
The names of the policies.
The marker for the next set of results. (You received this marker from a previous call.)
The maximum number of results to return with this call.
svc$describe_ssl_policies( Names = list( "string" ), Marker = "string", PageSize = 123 )
For more information, see Security Policies in the Application Load Balancers Guide.
# NOT RUN { # This example describes the specified policy used for SSL negotiation. svc$describe_ssl_policies( Names = list( "ELBSecurityPolicy-2015-05" ) ) # } # NOT RUN { # }
Run the code above in your browser using DataLab