efs_describe_file_systems: Returns the description of a specific Amazon EFS file system...

View source: R/efs_operations.R

efs_describe_file_systemsR Documentation

Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided

Description

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.

Usage

efs_describe_file_systems(
  MaxItems = NULL,
  Marker = NULL,
  CreationToken = NULL,
  FileSystemId = NULL
)

Arguments

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 describe_file_systems operation (String). If present, specifies to continue the list from where the returning call had left off.

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).


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