Compartir a través de


DeallocationOption type

Define los valores de DeallocationOption. Los valores posibles son: 'requeue', 'terminate', 'waitforjobcompletion'

type DeallocationOption = "requeue" | "terminate" | "waitforjobcompletion"