paws.compute (version 0.1.0)

elasticbeanstalk_list_tags_for_resource: Returns the tags applied to an AWS Elastic Beanstalk resource

Description

Returns the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.

Usage

elasticbeanstalk_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.

Must be the ARN of an Elastic Beanstalk environment.

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)

Details

Currently, Elastic Beanstalk only supports tagging of Elastic Beanstalk environments. For details about environment tagging, see Tagging Resources in Your Elastic Beanstalk Environment.