NAME
Paws::EFS::MountTargetDescription
ATTRIBUTES
AvailabilityZoneId => Str
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 AWS account.
AvailabilityZoneName => Str
The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each AWS account. For example, the Availability Zone us-east-1a
for your AWS account might not be the same location as us-east-1a
for another AWS account.
REQUIRED FileSystemId => Str
The ID of the file system for which the mount target is intended.
IpAddress => Str
Address at which the file system can be mounted by using the mount target.
REQUIRED LifeCycleState => Str
Lifecycle state of the mount target.
Valid values are: "creating"
, "available"
, "updating"
, "deleting"
, "deleted"
, "error"
=head2 REQUIRED MountTargetId => Str
System-assigned mount target ID.
NetworkInterfaceId => Str
The ID of the network interface that Amazon EFS created when it created the mount target.
OwnerId => Str
AWS account ID that owns the resource.
REQUIRED SubnetId => Str
The ID of the mount target's subnet.
VpcId => Str
The virtual private cloud (VPC) ID that the mount target is configured in.