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

NetworkInterface

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

An object representing the elastic network interface for tasks that use the awsvpc network mode.

interface NetworkInterface {
attachmentId?: string | null;
ipv6Address?: string | null;
privateIpv4Address?: string | null;
}

§Properties

§
attachmentId?: string | null
[src]

The attachment ID for the network interface.

§
ipv6Address?: string | null
[src]

The private IPv6 address for the network interface.

§
privateIpv4Address?: string | null
[src]

The private IPv4 address for the network interface.