List Tags For Resource
bedrockagent_list_tags_for_resource | R Documentation |
List all the tags for the resource you specify¶
Description¶
List all the tags for the resource you specify.
Usage¶
bedrockagent_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource for which to list tags. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)