SpotInstanceRequestPrimaryNetworkInterface constructor

const SpotInstanceRequestPrimaryNetworkInterface({
  1. Input<bool?>? deleteOnTermination,
  2. Input<String?>? networkInterfaceId,
})

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,
});