View source: R/efs_operations.R
efs_describe_mount_targets | R Documentation |
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system. When requesting all of the current mount targets, the order of mount targets returned in the response is unspecified.
See https://www.paws-r-sdk.com/docs/efs_describe_mount_targets/ for full documentation.
efs_describe_mount_targets(
MaxItems = NULL,
Marker = NULL,
FileSystemId = NULL,
MountTargetId = NULL,
AccessPointId = NULL
)
MaxItems |
(Optional) Maximum number of mount targets to return in the response. Currently, this number is automatically set to 10, and other values are ignored. The response is paginated at 100 per page if you have more than 100 mount targets. |
Marker |
(Optional) Opaque pagination token returned from a previous
|
FileSystemId |
(Optional) ID of the file system whose mount targets you want to list
(String). It must be included in your request if an |
MountTargetId |
(Optional) ID of the mount target that you want to have described
(String). It must be included in your request if |
AccessPointId |
(Optional) The ID of the access point whose mount targets that you want
to list. It must be included in your request if a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.