Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.MediaConvert.Types.SimulateReservedQueue
Description
Synopsis
- newtype SimulateReservedQueue where
Documentation
newtype SimulateReservedQueue Source #
Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default.
Constructors
SimulateReservedQueue' | |
Fields |
Bundled Patterns
pattern SimulateReservedQueue_DISABLED :: SimulateReservedQueue | |
pattern SimulateReservedQueue_ENABLED :: SimulateReservedQueue |