powered by
Describes the attributes for the specified load balancer.
elb_describe_load_balancer_attributes(LoadBalancerName)
[required] The name of the load balancer.
A list with the following syntax:
list( LoadBalancerAttributes = list( CrossZoneLoadBalancing = list( Enabled = TRUE|FALSE ), AccessLog = list( Enabled = TRUE|FALSE, S3BucketName = "string", EmitInterval = 123, S3BucketPrefix = "string" ), ConnectionDraining = list( Enabled = TRUE|FALSE, Timeout = 123 ), ConnectionSettings = list( IdleTimeout = 123 ), AdditionalAttributes = list( list( Key = "string", Value = "string" ) ) ) )
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