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-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface NetworkInterface {
Association?: NetworkInterfaceAssociation | null;
Attachment?: NetworkInterfaceAttachment | null;
AvailabilityZone?: string | null;
Description?: string | null;
Groups: GroupIdentifier[];
InterfaceType?: NetworkInterfaceType | null;
Ipv4Prefixes: Ipv4PrefixSpecification[];
Ipv6Addresses: NetworkInterfaceIpv6Address[];
Ipv6Prefixes: Ipv6PrefixSpecification[];
MacAddress?: string | null;
NetworkInterfaceId?: string | null;
OutpostArn?: string | null;
OwnerId?: string | null;
PrivateDnsName?: string | null;
PrivateIpAddress?: string | null;
PrivateIpAddresses: NetworkInterfacePrivateIpAddress[];
RequesterId?: string | null;
RequesterManaged?: boolean | null;
SourceDestCheck?: boolean | null;
Status?: NetworkInterfaceStatus | null;
SubnetId?: string | null;
TagSet: Tag[];
VpcId?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]
§
Description?: string | null
[src]
§
InterfaceType?: NetworkInterfaceType | null
[src]
§
MacAddress?: string | null
[src]
§
NetworkInterfaceId?: string | null
[src]
§
OutpostArn?: string | null
[src]
§
OwnerId?: string | null
[src]
§
PrivateDnsName?: string | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
RequesterId?: string | null
[src]
§
RequesterManaged?: boolean | null
[src]
§
SourceDestCheck?: boolean | null
[src]
§
SubnetId?: string | null
[src]
§
TagSet: Tag[]
[src]
§
VpcId?: string | null
[src]