efs_list_tags_for_resource: Lists all tags for a top-level EFS resource

View source: R/efs_operations.R

efs_list_tags_for_resourceR 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 NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.