DeallocationOption type

Defines values for DeallocationOption. Possible values include: 'requeue', 'terminate', 'waitforjobcompletion'

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