List Tags For Resource
securitylake_list_tags_for_resource | R Documentation |
Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region¶
Description¶
Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
Usage¶
securitylake_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the Amazon Security Lake resource for which you want to retrieve the tags. |
Value¶
A list with the following syntax:
list(
tags = list(
list(
key = "string",
value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)