aws efs describe-access-points

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. This operation requires permissions for the elasticfilesystem:DescribeAccessPoints action

Options

NameDescription
--max-results <integer>(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
--next-token <string>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
--access-point-id <string>(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId
--file-system-id <string>(Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command