LaunchTemplateNetworkInterfaceArgs

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