ComputeNodeDeallocationOption type

割り当て解除を選択した後のノードとその実行中のタスクの操作を決定します。

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