efs_list_tags_for_resource {paws.storage} | R Documentation |
Lists all tags for a top-level EFS resource
Description
Lists all tags for a top-level EFS resource. You must provide the ID of the resource that you want to retrieve the tags for.
See https://www.paws-r-sdk.com/docs/efs_list_tags_for_resource/ for full documentation.
Usage
efs_list_tags_for_resource(ResourceId, MaxResults = NULL, NextToken = NULL)
Arguments
ResourceId |
[required] Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint. |
MaxResults |
(Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100. |
NextToken |
(Optional) You can use |
[Package paws.storage version 0.7.0 Index]