Instance Network Interface
constructor(associateCarrierIpAddress: Boolean? = null, associatePublicIpAddress: Boolean? = null, deleteOnTermination: Boolean? = null, description: String? = null, deviceIndex: String, groupSet: List<String>? = null, ipv6AddressCount: Int? = null, ipv6Addresses: List<InstanceIpv6Address>? = null, networkInterfaceId: String? = null, privateIpAddress: String? = null, privateIpAddresses: List<InstancePrivateIpAddressSpecification>? = null, secondaryPrivateIpAddressCount: Int? = null, subnetId: String? = null)