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

InstanceNetworkInterface

import type { InstanceNetworkInterface } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface InstanceNetworkInterface {
Description?: string | null;
Groups: GroupIdentifier[];
InterfaceType?: string | null;
Ipv4Prefixes: InstanceIpv4Prefix[];
Ipv6Addresses: InstanceIpv6Address[];
Ipv6Prefixes: InstanceIpv6Prefix[];
MacAddress?: string | null;
NetworkInterfaceId?: string | null;
OwnerId?: string | null;
PrivateDnsName?: string | null;
PrivateIpAddress?: string | null;
PrivateIpAddresses: InstancePrivateIpAddress[];
SourceDestCheck?: boolean | null;
Status?: NetworkInterfaceStatus | null;
SubnetId?: string | null;
VpcId?: string | null;
}

§Properties

§
Description?: string | null
[src]
§
InterfaceType?: string | null
[src]
§
MacAddress?: string | null
[src]
§
NetworkInterfaceId?: string | null
[src]
§
OwnerId?: string | null
[src]
§
PrivateDnsName?: string | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
PrivateIpAddresses: InstancePrivateIpAddress[]
[src]
§
SourceDestCheck?: boolean | null
[src]
§
SubnetId?: string | null
[src]
§
VpcId?: string | null
[src]