Describes the attributes for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
For more information, see the following:
Load balancer attributes in the Application Load Balancers Guide
Load balancer attributes in the Network Load Balancers Guide
Load balancer attributes in the Gateway Load Balancers Guide
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new DescribeLoadBalancerAttributesCommand(input); const response = await client.send(command);
DescribeLoadBalancerAttributesCommandInput for command's input shape.
input
DescribeLoadBalancerAttributesCommandOutput for command's response shape.
response
config for ElasticLoadBalancingV2Client's config shape.
config
Describes the attributes for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
For more information, see the following:
Load balancer attributes in the Application Load Balancers Guide
Load balancer attributes in the Network Load Balancers Guide
Load balancer attributes in the Gateway Load Balancers Guide
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new DescribeLoadBalancerAttributesCommand(input); const response = await client.send(command);
DescribeLoadBalancerAttributesCommandInput for command's
input
shape.DescribeLoadBalancerAttributesCommandOutput for command's
response
shape.config for ElasticLoadBalancingV2Client's
config
shape.