| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.BatchJobQueue
Description
- data BatchJobQueue = BatchJobQueue {}
- batchJobQueue :: [BatchJobQueueComputeEnvironmentOrder] -> Val Integer -> BatchJobQueue
- bjqComputeEnvironmentOrder :: Lens' BatchJobQueue [BatchJobQueueComputeEnvironmentOrder]
- bjqJobQueueName :: Lens' BatchJobQueue (Maybe (Val Text))
- bjqPriority :: Lens' BatchJobQueue (Val Integer)
- bjqState :: Lens' BatchJobQueue (Maybe (Val Text))
Documentation
data BatchJobQueue #
Full data type definition for BatchJobQueue. See batchJobQueue for a
more convenient constructor.
Constructors
| BatchJobQueue | |
Instances
Arguments
| :: [BatchJobQueueComputeEnvironmentOrder] | |
| -> Val Integer | |
| -> BatchJobQueue |
Constructor for BatchJobQueue containing required fields as arguments.
bjqJobQueueName :: Lens' BatchJobQueue (Maybe (Val Text)) #
bjqPriority :: Lens' BatchJobQueue (Val Integer) #