SpotFleetRequestLaunchSpecificationRootBlockDevice constructor

const SpotFleetRequestLaunchSpecificationRootBlockDevice({
  1. Input<bool?>? deleteOnTermination,
  2. Input<bool?>? encrypted,
  3. Input<int?>? iops,
  4. Input<String?>? kmsKeyId,
  5. Input<int?>? throughput,
  6. Input<int?>? volumeSize,
  7. Input<String?>? volumeType,
})

Creates a new SpotFleetRequestLaunchSpecificationRootBlockDevice. deleteOnTermination Optional. encrypted Optional. iops Optional. kmsKeyId Optional. throughput Optional. volumeSize Optional. volumeType Optional.

Implementation

const SpotFleetRequestLaunchSpecificationRootBlockDevice({
  this.deleteOnTermination,
  this.encrypted,
  this.iops,
  this.kmsKeyId,
  this.throughput,
  this.volumeSize,
  this.volumeType,
});