Priority type

Defines values for Priority.
KnownPriority can be used interchangeably with Priority, this enum contains the known values that the service supports.

Known values supported by the service

Low: Used for TransformOutputs that can be generated after Normal and High priority TransformOutputs.
Normal: Used for TransformOutputs that can be generated at Normal priority.
High: Used for TransformOutputs that should take precedence over others.

type Priority = string