SpotInstanceRequestPrimaryNetworkInterface constructor
const
SpotInstanceRequestPrimaryNetworkInterface({})
Creates a new SpotInstanceRequestPrimaryNetworkInterface.
deleteOnTermination Whether the network interface will be deleted when the instance terminates.
networkInterfaceId ID of the network interface to attach.
Implementation
const SpotInstanceRequestPrimaryNetworkInterface({
this.deleteOnTermination,
this.networkInterfaceId,
});