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

CreateNetworkInterfaceRequest

import type { CreateNetworkInterfaceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface CreateNetworkInterfaceRequest {
ClientToken?: string | null;
Description?: string | null;
DryRun?: boolean | null;
Groups?: string[] | null;
InterfaceType?: NetworkInterfaceCreationType | null;
Ipv4PrefixCount?: number | null;
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | null;
Ipv6AddressCount?: number | null;
Ipv6Addresses?: InstanceIpv6Address[] | null;
Ipv6PrefixCount?: number | null;
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | null;
PrivateIpAddress?: string | null;
PrivateIpAddresses?: PrivateIpAddressSpecification[] | null;
SecondaryPrivateIpAddressCount?: number | null;
SubnetId: string;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
ClientToken?: string | null
[src]
§
Description?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
Groups?: string[] | null
[src]
§
Ipv4PrefixCount?: number | null
[src]
§
Ipv6AddressCount?: number | null
[src]
§
Ipv6Addresses?: InstanceIpv6Address[] | null
[src]
§
Ipv6PrefixCount?: number | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
PrivateIpAddresses?: PrivateIpAddressSpecification[] | null
[src]
§
SecondaryPrivateIpAddressCount?: number | null
[src]
§
SubnetId: string
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]