Modifies the health checks used when evaluating the health state of the targets in the specified target group.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, ModifyTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, ModifyTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new ModifyTargetGroupCommand(input); const response = await client.send(command);
ModifyTargetGroupCommandInput for command's input shape.
input
ModifyTargetGroupCommandOutput for command's response shape.
response
config for ElasticLoadBalancingV2Client's config shape.
config
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, ModifyTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, ModifyTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new ModifyTargetGroupCommand(input); const response = await client.send(command);
ModifyTargetGroupCommandInput for command's
input
shape.ModifyTargetGroupCommandOutput for command's
response
shape.config for ElasticLoadBalancingV2Client's
config
shape.