| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.BatchComputeEnvironment
- data BatchComputeEnvironment = BatchComputeEnvironment {}
- batchComputeEnvironment :: BatchComputeEnvironmentComputeResources -> Val Text -> Val Text -> BatchComputeEnvironment
- bceComputeEnvironmentName :: Lens' BatchComputeEnvironment (Maybe (Val Text))
- bceComputeResources :: Lens' BatchComputeEnvironment BatchComputeEnvironmentComputeResources
- bceServiceRole :: Lens' BatchComputeEnvironment (Val Text)
- bceState :: Lens' BatchComputeEnvironment (Maybe (Val Text))
- bceType :: Lens' BatchComputeEnvironment (Val Text)
Documentation
data BatchComputeEnvironment #
Full data type definition for BatchComputeEnvironment. See
batchComputeEnvironment for a more convenient constructor.
Constructors
| BatchComputeEnvironment | |
Arguments
| :: BatchComputeEnvironmentComputeResources | |
| -> Val Text | |
| -> Val Text | |
| -> BatchComputeEnvironment |
Constructor for BatchComputeEnvironment containing required fields as
arguments.