View source: R/efs_operations.R
| efs_describe_access_points | R Documentation |
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.
efs_describe_access_points(
MaxResults = NULL,
NextToken = NULL,
AccessPointId = NULL,
FileSystemId = NULL
)
MaxResults |
(Optional) When retrieving all access points for a file system, you can
optionally specify the |
NextToken |
|
AccessPointId |
(Optional) Specifies an EFS access point to describe in the response;
mutually exclusive with |
FileSystemId |
(Optional) If you provide a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.