Compartir a través de


ComputeNodeDeallocationOption type

Define valores para ComputeNodeDeallocationOption.

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