List Tags For Resource
ssmsap_list_tags_for_resource | R Documentation |
Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP¶
Description¶
Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
Usage¶
ssmsap_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(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)