Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.EMRStepHadoopJarStepConfig
- data EMRStepHadoopJarStepConfig = EMRStepHadoopJarStepConfig {}
- emrStepHadoopJarStepConfig :: Val Text -> EMRStepHadoopJarStepConfig
- emrshjscArgs :: Lens' EMRStepHadoopJarStepConfig (Maybe (ValList Text))
- emrshjscJar :: Lens' EMRStepHadoopJarStepConfig (Val Text)
- emrshjscMainClass :: Lens' EMRStepHadoopJarStepConfig (Maybe (Val Text))
- emrshjscStepProperties :: Lens' EMRStepHadoopJarStepConfig (Maybe [EMRStepKeyValue])
Documentation
data EMRStepHadoopJarStepConfig #
Full data type definition for EMRStepHadoopJarStepConfig. See
emrStepHadoopJarStepConfig
for a more convenient constructor.
Constructors
EMRStepHadoopJarStepConfig | |
Arguments
:: Val Text | |
-> EMRStepHadoopJarStepConfig |
Constructor for EMRStepHadoopJarStepConfig
containing required fields
as arguments.