paws.networking (version 0.1.6)

elbv2_describe_load_balancer_attributes: Describes the attributes for the specified Application Load Balancer or Network Load Balancer

Description

Describes the attributes for the specified Application Load Balancer or Network Load Balancer.

Usage

elbv2_describe_load_balancer_attributes(LoadBalancerArn)

Arguments

LoadBalancerArn

[required] The Amazon Resource Name (ARN) of the load balancer.

Request syntax

svc$describe_load_balancer_attributes(
  LoadBalancerArn = "string"
)

Details

For more information, see Load Balancer Attributes in the Application Load Balancers Guide or Load Balancer Attributes in the Network Load Balancers Guide.

Examples

Run this code
# NOT RUN {
# This example describes the attributes of the specified load balancer.
# }
# NOT RUN {
svc$describe_load_balancer_attributes(
  LoadBalancerArn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab