Returns the description of a specific Amazon EFS file system if either the file system CreationToken
or the FileSystemId
is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.
See https://www.paws-r-sdk.com/docs/efs_describe_file_systems/ for full documentation.
efs_describe_file_systems(
MaxItems = NULL,
Marker = NULL,
CreationToken = NULL,
FileSystemId = NULL
)
(Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.
(Optional) Opaque pagination token returned from a previous
describe_file_systems
operation (String).
If present, specifies to continue the list from where the returning call
had left off.
(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
(Optional) ID of the file system whose description you want to retrieve (String).