Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MountTargetDescription

import type { MountTargetDescription } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";

Provides a description of a mount target.

interface MountTargetDescription {
AvailabilityZoneId?: string | null;
AvailabilityZoneName?: string | null;
FileSystemId: string;
IpAddress?: string | null;
LifeCycleState: LifeCycleState;
MountTargetId: string;
NetworkInterfaceId?: string | null;
OwnerId?: string | null;
SubnetId: string;
VpcId?: string | null;
}

§Properties

§
AvailabilityZoneId?: string | null
[src]

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.

§
AvailabilityZoneName?: string | null
[src]

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.

§
FileSystemId: string
[src]

The ID of the file system for which the mount target is intended.

§
IpAddress?: string | null
[src]

Address at which the file system can be mounted by using the mount target.

§
LifeCycleState: LifeCycleState
[src]

Lifecycle state of the mount target.

§
MountTargetId: string
[src]

System-assigned mount target ID.

§
NetworkInterfaceId?: string | null
[src]

The ID of the network interface that Amazon EFS created when it created the mount target.

§
OwnerId?: string | null
[src]

Amazon Web Services account ID that owns the resource.

§
SubnetId: string
[src]

The ID of the mount target's subnet.

§
VpcId?: string | null
[src]

The virtual private cloud (VPC) ID that the mount target is configured in.