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

LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

import type { LaunchTemplateInstanceNetworkInterfaceSpecificationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
AssociateCarrierIpAddress?: boolean | null;
AssociatePublicIpAddress?: boolean | null;
DeleteOnTermination?: boolean | null;
Description?: string | null;
DeviceIndex?: number | null;
Groups?: string[] | null;
InterfaceType?: string | null;
Ipv4PrefixCount?: number | null;
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | null;
Ipv6AddressCount?: number | null;
Ipv6Addresses?: InstanceIpv6AddressRequest[] | null;
Ipv6PrefixCount?: number | null;
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | null;
NetworkCardIndex?: number | null;
NetworkInterfaceId?: string | null;
PrivateIpAddress?: string | null;
PrivateIpAddresses?: PrivateIpAddressSpecification[] | null;
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[] | null
[src]
§
InterfaceType?: string | null
[src]
§
Ipv4PrefixCount?: number | null
[src]
§
Ipv6AddressCount?: number | null
[src]
§
Ipv6Addresses?: InstanceIpv6AddressRequest[] | null
[src]
§
Ipv6PrefixCount?: number | null
[src]
§
NetworkCardIndex?: number | null
[src]
§
NetworkInterfaceId?: string | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
PrivateIpAddresses?: PrivateIpAddressSpecification[] | null
[src]
§
SecondaryPrivateIpAddressCount?: number | null
[src]
§
SubnetId?: string | null
[src]