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.
This operation requires permissions for the elasticfilesystem:DescribeMountTargets action, on either the file system ID that you specify in FileSystemId, or on the file system of the mount target that you specify in MountTargetId.
(Optional) The ID of the access point whose mount targets that you want to list. It must be included in your request if a FileSystemId or MountTargetId is not included in your request. Accepts either an access point ID or ARN as input.
VARCHAR
file_system_idInput Column
(Optional) ID of the file system whose mount targets you want to list (String). It must be included in your request if an AccessPointId or MountTargetId is not included. Accepts either a file system ID or ARN as input.
VARCHAR
mount_target_idInput Column
(Optional) ID of the mount target that you want to have described (String). It must be included in your request if FileSystemId is not included. Accepts either a mount target ID or ARN as input.
VARCHAR
_aws_profileInput Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.
The unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.
mount_targets[].availability_zone_name
The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.
mount_targets[].file_system_id
The ID of the file system for which the mount target is intended.
mount_targets[].ip_address
Address at which the file system can be mounted by using the mount target.
mount_targets[].life_cycle_state
Lifecycle state of the mount target.
mount_targets[].mount_target_id
System-assigned mount target ID.
mount_targets[].network_interface_id
The ID of the network interface that Amazon EFS created when it created the mount target.
mount_targets[].owner_id
Amazon Web Services account ID that owns the resource.
mount_targets[].subnet_id
The ID of the mount target's subnet.
mount_targets[].vpc_id
The virtual private cloud (VPC) ID that the mount target is configured in.