Modifies the specified attributes of the specified Application Load Balancer, Network Load
Balancer, or Gateway Load Balancer.
If any of the specified attributes can't be modified as requested, the call fails. Any
existing attributes that you do not modify retain their current values.
example
Use a bare-bones client and the command you need to make an API call.
Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, ModifyLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, ModifyLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new ModifyLoadBalancerAttributesCommand(input); const response = await client.send(command);
ModifyLoadBalancerAttributesCommandInput for command's
input
shape.ModifyLoadBalancerAttributesCommandOutput for command's
response
shape.config for ElasticLoadBalancingV2Client's
config
shape.