View source: R/efs_operations.R
efs_describe_file_systems | R Documentation |
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
)
MaxItems |
(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. |
Marker |
(Optional) Opaque pagination token returned from a previous
|
CreationToken |
(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. |
FileSystemId |
(Optional) ID of the file system whose description you want to retrieve (String). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.