powered by
Describes the specified policies or all policies used for SSL negotiation.
For more information, see Security policies in the Application Load Balancers Guide or Security policies in the Network Load Balancers Guide.
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.
A list with the following syntax:
list( SslPolicies = list( list( SslProtocols = list( "string" ), Ciphers = list( list( Name = "string", Priority = 123 ) ), Name = "string" ) ), NextMarker = "string" )
svc$describe_ssl_policies( Names = list( "string" ), Marker = "string", PageSize = 123 )
# 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