Describes the tags for the specified Elastic Load Balancing resources. You can describe
the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load
Balancers, target groups, listeners, or rules.
example
Use a bare-bones client and the command you need to make an API call.
Describes the tags for the specified Elastic Load Balancing resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, DescribeTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, DescribeTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new DescribeTagsCommand(input); const response = await client.send(command);
DescribeTagsCommandInput for command's
input
shape.DescribeTagsCommandOutput for command's
response
shape.config for ElasticLoadBalancingV2Client's
config
shape.