elasticbeanstalk_list_tags_for_resource {paws.compute}R Documentation

Return the tags applied to an AWS Elastic Beanstalk resource

Description

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

See https://www.paws-r-sdk.com/docs/elasticbeanstalk_list_tags_for_resource/ for full documentation.

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 resource.


[Package paws.compute version 0.7.0 Index]