List Tags For Resource
| kafka_list_tags_for_resource | R Documentation |
Returns a list of the tags associated with the specified resource¶
Description¶
Returns a list of the tags associated with the specified resource.
Usage¶
kafka_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)