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.3/services/codebuild.ts?docs=full";

Describes a network interface.

interface NetworkInterface {
networkInterfaceId?: string | null;
subnetId?: string | null;
}

§Properties

§
networkInterfaceId?: string | null
[src]

The ID of the network interface.

§
subnetId?: string | null
[src]

The ID of the subnet.