Launch Template Network Interface Args
constructor(associateCarrierIpAddress: Output<Boolean>? = null, associatePublicIpAddress: Output<Boolean>? = null, connectionTrackingSpecification: Output<LaunchTemplateConnectionTrackingSpecificationArgs>? = null, deleteOnTermination: Output<Boolean>? = null, description: Output<String>? = null, deviceIndex: Output<Int>? = null, enaSrdSpecification: Output<LaunchTemplateEnaSrdSpecificationArgs>? = null, groups: Output<List<String>>? = null, interfaceType: Output<String>? = null, ipv4PrefixCount: Output<Int>? = null, ipv4Prefixes: Output<List<LaunchTemplateIpv4PrefixSpecificationArgs>>? = null, ipv6AddressCount: Output<Int>? = null, ipv6Addresses: Output<List<LaunchTemplateIpv6AddArgs>>? = null, ipv6PrefixCount: Output<Int>? = null, ipv6Prefixes: Output<List<LaunchTemplateIpv6PrefixSpecificationArgs>>? = null, networkCardIndex: Output<Int>? = null, networkInterfaceId: Output<String>? = null, primaryIpv6: Output<Boolean>? = null, privateIpAddress: Output<String>? = null, privateIpAddresses: Output<List<LaunchTemplatePrivateIpAddArgs>>? = null, secondaryPrivateIpAddressCount: Output<Int>? = null, subnetId: Output<String>? = null)