ComputeNodeDeallocationOption type

할당 취소를 위해 선택한 후 노드 및 실행 중인 작업으로 수행할 작업을 결정합니다.

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