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
§
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | null
[src]§
Ipv6Addresses?: InstanceIpv6AddressRequest[] | null
[src]§
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | null
[src]§
PrivateIpAddresses?: PrivateIpAddressSpecification[] | null
[src]