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
§
LifeCycleState: LifeCycleState
[src]