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

NetworkCardInfo

import type { NetworkCardInfo } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the network card support of the instance type.

interface NetworkCardInfo {
MaximumNetworkInterfaces?: number | null;
NetworkCardIndex?: number | null;
NetworkPerformance?: string | null;
}

§Properties

§
MaximumNetworkInterfaces?: number | null
[src]

The maximum number of network interfaces for the network card.

§
NetworkCardIndex?: number | null
[src]

The index of the network card.

§
NetworkPerformance?: string | null
[src]

The network performance of the network card.