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

LaunchTemplateInstanceNetworkInterfaceSpecification

import type { LaunchTemplateInstanceNetworkInterfaceSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface LaunchTemplateInstanceNetworkInterfaceSpecification {
AssociateCarrierIpAddress?: boolean | null;
AssociatePublicIpAddress?: boolean | null;
DeleteOnTermination?: boolean | null;
Description?: string | null;
DeviceIndex?: number | null;
Groups: string[];
InterfaceType?: string | null;
Ipv4PrefixCount?: number | null;
Ipv6AddressCount?: number | null;
Ipv6Addresses: InstanceIpv6Address[];
Ipv6PrefixCount?: number | null;
NetworkCardIndex?: number | null;
NetworkInterfaceId?: string | null;
PrivateIpAddress?: string | null;
PrivateIpAddresses: PrivateIpAddressSpecification[];
SecondaryPrivateIpAddressCount?: number | null;
SubnetId?: string | null;
}

§Properties

§
AssociateCarrierIpAddress?: boolean | null
[src]
§
AssociatePublicIpAddress?: boolean | null
[src]
§
DeleteOnTermination?: boolean | null
[src]
§
Description?: string | null
[src]
§
DeviceIndex?: number | null
[src]
§
Groups: string[]
[src]
§
InterfaceType?: string | null
[src]
§
Ipv4PrefixCount?: number | null
[src]
§
Ipv6AddressCount?: number | null
[src]
§
Ipv6PrefixCount?: number | null
[src]
§
NetworkCardIndex?: number | null
[src]
§
NetworkInterfaceId?: string | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
SecondaryPrivateIpAddressCount?: number | null
[src]
§
SubnetId?: string | null
[src]