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