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
§
Association?: NetworkInterfaceAssociation | null
[src]§
Attachment?: NetworkInterfaceAttachment | null
[src]§
Groups: GroupIdentifier[]
[src]§
InterfaceType?: NetworkInterfaceType | null
[src]§
Ipv4Prefixes: Ipv4PrefixSpecification[]
[src]§
Ipv6Addresses: NetworkInterfaceIpv6Address[]
[src]§
Ipv6Prefixes: Ipv6PrefixSpecification[]
[src]§
PrivateIpAddresses: NetworkInterfacePrivateIpAddress[]
[src]§
Status?: NetworkInterfaceStatus | null
[src]