Launch Template Network Interface
constructor(associateCarrierIpAddress: String? = null, associatePublicIpAddress: String? = null, deleteOnTermination: String? = null, description: String? = null, deviceIndex: Int? = null, interfaceType: String? = null, ipv4AddressCount: Int? = null, ipv4Addresses: List<String>? = null, ipv4PrefixCount: Int? = null, ipv4Prefixes: List<String>? = null, ipv6AddressCount: Int? = null, ipv6Addresses: List<String>? = null, ipv6PrefixCount: Int? = null, ipv6Prefixes: List<String>? = null, networkCardIndex: Int? = null, networkInterfaceId: String? = null, privateIpAddress: String? = null, securityGroups: List<String>? = null, subnetId: String? = null)