List Tags For Resource
marketplacecatalog_list_tags_for_resource | R Documentation |
Lists all tags that have been added to a resource (either an entity or change set)¶
Description¶
Lists all tags that have been added to a resource (either an entity or change set).
Usage¶
marketplacecatalog_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] Required. The Amazon Resource Name (ARN) associated with the resource you want to list tags on. |
Value¶
A list with the following syntax:
list(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)