ComputeNodeDeallocationOption type

Defines values for ComputeNodeDeallocationOption.

type ComputeNodeDeallocationOption =
  | "Requeue"
  | "Terminate"
  | "TaskCompletion"
  | "RetainedData"