paws.networking (version 0.1.6)

elb_describe_load_balancer_attributes: Describes the attributes for the specified load balancer

Description

Describes the attributes for the specified load balancer.

Usage

elb_describe_load_balancer_attributes(LoadBalancerName)

Arguments

LoadBalancerName

[required] The name of the load balancer.

Request syntax

svc$describe_load_balancer_attributes(
  LoadBalancerName = "string"
)

Examples

Run this code
# NOT RUN {
# This example describes the attributes of the specified load balancer.
# }
# NOT RUN {
svc$describe_load_balancer_attributes(
  LoadBalancerName = "my-load-balancer"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab