LaunchTemplateNetworkInterface

constructor(associateCarrierIpAddress: String? = null, associatePublicIpAddress: String? = null, connectionTrackingSpecification: LaunchTemplateNetworkInterfaceConnectionTrackingSpecification? = null, deleteOnTermination: String? = null, description: String? = null, deviceIndex: Int? = null, enaSrdSpecification: LaunchTemplateNetworkInterfaceEnaSrdSpecification? = 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, primaryIpv6: String? = null, privateIpAddress: String? = null, securityGroups: List<String>? = null, subnetId: String? = null)