ListTagsForResource#

Description#

Request to retrieve a list of tags assigned to EFS.

Request Parameters#

Required parameters#

  • ResourceId — The ID of the EFS file system.

    • Type: String

    • Required: Yes

Optional parameters#

  • Marker — The NextMarker value from the previous call (see Response Elements).

    • Type: String

    • Required: No

  • MaxItems — The maximum number of elements that will be returned in the response.

    • Type: Integer

    • Required: No

Response Elements#

  • NextToken — The offset token, which should be used to get the next set of elements.

    • Type: String

  • Tags — The list of tags assigned to the specified file system.

    • Type: List of Tag objects

Examples#

GET /2015-02-01/resource-tags/fs-B23564AF HTTP/1.1
aws efs list-tags-for-resource --resource-id fs-B23564AF
c2-efs ListTagsForResource ResourceId fs-B23564AF