paws.networking (version 0.1.6)

elbv2_describe_ssl_policies: Describes the specified policies or all policies used for SSL negotiation

Description

Describes the specified policies or all policies used for SSL negotiation.

Usage

elbv2_describe_ssl_policies(Names, Marker, PageSize)

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.

Request syntax

svc$describe_ssl_policies(
  Names = list(
    "string"
  ),
  Marker = "string",
  PageSize = 123
)

Details

For more information, see Security Policies in the Application Load Balancers Guide.

Examples

Run this code
# NOT RUN {
# This example describes the specified policy used for SSL negotiation.
# }
# NOT RUN {
svc$describe_ssl_policies(
  Names = list(
    "ELBSecurityPolicy-2015-05"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab