List Tags For Resource
bedrock_list_tags_for_resource | R Documentation |
List the tags associated with the specified resource¶
Description¶
List the tags associated with the specified resource.
For more information, see Tagging resources in the Amazon Bedrock User Guide.
Usage¶
bedrock_list_tags_for_resource(resourceARN)
Arguments¶
resourceARN |
[required] The Amazon Resource Name (ARN) of the resource. |
Value¶
A list with the following syntax:
list(
tags = list(
list(
key = "string",
value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceARN = "string"
)