BatchNodeDeallocateOption type

BatchNodeDeallocateOption enum

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