List Tags For Resource
datazone_list_tags_for_resource | R Documentation |
Lists tags for the specified resource in Amazon DataZone¶
Description¶
Lists tags for the specified resource in Amazon DataZone.
Usage¶
datazone_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The ARN of the resource whose tags you want to list. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)