powered by
Describes the attributes for the specified load balancer.
elb_describe_load_balancer_attributes(LoadBalancerName)
[required] The name of the load balancer.
svc$describe_load_balancer_attributes( LoadBalancerName = "string" )
# NOT RUN { # This example describes the attributes of the specified load balancer. svc$describe_load_balancer_attributes( LoadBalancerName = "my-load-balancer" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab