Describe Tags
elbv2_describe_tags | R Documentation |
Describes the tags for the specified Elastic Load Balancing resources¶
Description¶
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.
Usage¶
Arguments¶
ResourceArns
[required] The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
Value¶
A list with the following syntax:
list(
TagDescriptions = list(
list(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)
)