efs_describe_access_points: Returns the description of a specific Amazon EFS access point...

View source: R/efs_operations.R

efs_describe_access_pointsR Documentation

Returns the description of a specific Amazon EFS access point if the AccessPointId is provided

Description

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.

See https://www.paws-r-sdk.com/docs/efs_describe_access_points/ for full documentation.

Usage

efs_describe_access_points(
  MaxResults = NULL,
  NextToken = NULL,
  AccessPointId = NULL,
  FileSystemId = NULL
)

Arguments

MaxResults

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

NextToken

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

AccessPointId

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

FileSystemId

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


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