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;
Ipv4Prefixes: Ipv4PrefixSpecificationResponse[];
Ipv6AddressCount?: number | null;
Ipv6Addresses: InstanceIpv6Address[];
Ipv6PrefixCount?: number | null;
Ipv6Prefixes: Ipv6PrefixSpecificationResponse[];
NetworkCardIndex?: number | null;
NetworkInterfaceId?: string | null;
PrivateIpAddress?: string | null;
PrivateIpAddresses: PrivateIpAddressSpecification[];
SecondaryPrivateIpAddressCount?: number | null;
SubnetId?: string | null;
}§Properties
§
Ipv4Prefixes: Ipv4PrefixSpecificationResponse[]
[src]§
Ipv6Addresses: InstanceIpv6Address[]
[src]§
Ipv6Prefixes: Ipv6PrefixSpecificationResponse[]
[src]§
PrivateIpAddresses: PrivateIpAddressSpecification[]
[src]