Modifies the specified attributes of the specified target group.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new ModifyTargetGroupAttributesCommand(input); const response = await client.send(command);
ModifyTargetGroupAttributesCommandInput for command's input shape.
input
ModifyTargetGroupAttributesCommandOutput for command's response shape.
response
config for ElasticLoadBalancingV2Client's config shape.
config
Modifies the specified attributes of the specified target group.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new ModifyTargetGroupAttributesCommand(input); const response = await client.send(command);
ModifyTargetGroupAttributesCommandInput for command's
input
shape.ModifyTargetGroupAttributesCommandOutput for command's
response
shape.config for ElasticLoadBalancingV2Client's
config
shape.