v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431160173.1 KB

Returns the description of a specific Amazon EFS access point if the AccessPointId is provided. If you provide an EFS FileSystemId, it returns descriptions of all access points for that file system. You can provide either an AccessPointId or a FileSystemId in the request, but not both.

This operation requires permissions for the elasticfilesystem:DescribeAccessPoints action.

get/2015-02-01/access-points

Query parameters

MaxResultsinteger

Max results used for pagination.

(Optional) When retrieving all access points for a file system, you can optionally specify the <code>MaxItems</code> parameter to limit the number of objects returned in a response. The default value is 100.

NextTokenstring

Token used for pagination.

<code>NextToken</code> is present if the response is paginated. You can use <code>NextMarker</code> in the subsequent request to fetch the next page of access point descriptions.

AccessPointIdstring

(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with <code>FileSystemId</code>.

FileSystemIdstring

(Optional) If you provide a <code>FileSystemId</code>, EFS returns all access points for that file system; mutually exclusive with <code>AccessPointId</code>.

Response

Success

NextTokenstring

Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.

All 31 operations