InstanceNetworkInterface
import type { InstanceNetworkInterface } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface InstanceNetworkInterface {
Association?: InstanceNetworkInterfaceAssociation | null;
Attachment?: InstanceNetworkInterfaceAttachment | null;
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
§
Association?: InstanceNetworkInterfaceAssociation | null
[src]§
Attachment?: InstanceNetworkInterfaceAttachment | null
[src]§
Groups: GroupIdentifier[]
[src]§
Ipv4Prefixes: InstanceIpv4Prefix[]
[src]§
Ipv6Addresses: InstanceIpv6Address[]
[src]§
Ipv6Prefixes: InstanceIpv6Prefix[]
[src]§
PrivateIpAddresses: InstancePrivateIpAddress[]
[src]§
Status?: NetworkInterfaceStatus | null
[src]