次の方法で共有


ComputeNodeDeallocationOption type

ComputeNodeDeallocationOption の値を定義します。

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