paws.networking (version 0.1.6)

elbv2_describe_tags: Describes the tags for the specified resources

Description

Describes the tags for the specified resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, and target groups.

Usage

elbv2_describe_tags(ResourceArns)

Arguments

ResourceArns

[required] The Amazon Resource Names (ARN) of the resources.

Request syntax

svc$describe_tags(
  ResourceArns = list(
    "string"
  )
)

Examples

Run this code
# NOT RUN {
# This example describes the tags assigned to the specified load balancer.
# }
# NOT RUN {
svc$describe_tags(
  ResourceArns = list(
    "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/5..."
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace