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-gyr5wj9zj0fg.deno.dev/v0.2/services/efs.ts";
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]
§
AvailabilityZoneName?: string | null
[src]
§
FileSystemId: string
[src]
§
IpAddress?: string | null
[src]
§
LifeCycleState: LifeCycleState
[src]
§
MountTargetId: string
[src]
§
NetworkInterfaceId?: string | null
[src]
§
OwnerId?: string | null
[src]
§
SubnetId: string
[src]
§
VpcId?: string | null
[src]