| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.GlueJob
Synopsis
- data GlueJob = GlueJob {
- _glueJobAllocatedCapacity :: Maybe (Val Double)
- _glueJobCommand :: GlueJobJobCommand
- _glueJobConnections :: Maybe GlueJobConnectionsList
- _glueJobDefaultArguments :: Maybe Object
- _glueJobDescription :: Maybe (Val Text)
- _glueJobExecutionProperty :: Maybe GlueJobExecutionProperty
- _glueJobLogUri :: Maybe (Val Text)
- _glueJobMaxRetries :: Maybe (Val Double)
- _glueJobName :: Maybe (Val Text)
- _glueJobRole :: Val Text
- glueJob :: GlueJobJobCommand -> Val Text -> GlueJob
- gjAllocatedCapacity :: Lens' GlueJob (Maybe (Val Double))
- gjCommand :: Lens' GlueJob GlueJobJobCommand
- gjConnections :: Lens' GlueJob (Maybe GlueJobConnectionsList)
- gjDefaultArguments :: Lens' GlueJob (Maybe Object)
- gjDescription :: Lens' GlueJob (Maybe (Val Text))
- gjExecutionProperty :: Lens' GlueJob (Maybe GlueJobExecutionProperty)
- gjLogUri :: Lens' GlueJob (Maybe (Val Text))
- gjMaxRetries :: Lens' GlueJob (Maybe (Val Double))
- gjName :: Lens' GlueJob (Maybe (Val Text))
- gjRole :: Lens' GlueJob (Val Text)
Documentation
Full data type definition for GlueJob. See glueJob for a more
convenient constructor.
Constructors
Constructor for GlueJob containing required fields as arguments.