| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.EMRClusterHadoopJarStepConfig
Synopsis
- data EMRClusterHadoopJarStepConfig = EMRClusterHadoopJarStepConfig {}
- emrClusterHadoopJarStepConfig :: Val Text -> EMRClusterHadoopJarStepConfig
- emrchjscArgs :: Lens' EMRClusterHadoopJarStepConfig (Maybe (ValList Text))
- emrchjscJar :: Lens' EMRClusterHadoopJarStepConfig (Val Text)
- emrchjscMainClass :: Lens' EMRClusterHadoopJarStepConfig (Maybe (Val Text))
- emrchjscStepProperties :: Lens' EMRClusterHadoopJarStepConfig (Maybe [EMRClusterKeyValue])
Documentation
data EMRClusterHadoopJarStepConfig #
Full data type definition for EMRClusterHadoopJarStepConfig. See
emrClusterHadoopJarStepConfig for a more convenient constructor.
Constructors
| EMRClusterHadoopJarStepConfig | |
Instances
emrClusterHadoopJarStepConfig #
Arguments
| :: Val Text | |
| -> EMRClusterHadoopJarStepConfig |
Constructor for EMRClusterHadoopJarStepConfig containing required
fields as arguments.