BatchNodeDeallocationOption type

Enumy BatchNodeDeallocationOption

type BatchNodeDeallocationOption =
  | "requeue"
  | "terminate"
  | "taskcompletion"
  | "retaineddata"