Partager via


BatchNodeDeallocationOption type

BatchNodeDeallocationOption enums

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