| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.EMRClusterStepConfig
Synopsis
- data EMRClusterStepConfig = EMRClusterStepConfig {}
- emrClusterStepConfig :: EMRClusterHadoopJarStepConfig -> Val Text -> EMRClusterStepConfig
- emrcscActionOnFailure :: Lens' EMRClusterStepConfig (Maybe (Val Text))
- emrcscHadoopJarStep :: Lens' EMRClusterStepConfig EMRClusterHadoopJarStepConfig
- emrcscName :: Lens' EMRClusterStepConfig (Val Text)
Documentation
data EMRClusterStepConfig #
Full data type definition for EMRClusterStepConfig. See
emrClusterStepConfig for a more convenient constructor.
Constructors
| EMRClusterStepConfig | |
Instances
| Eq EMRClusterStepConfig # | |
Defined in Stratosphere.ResourceProperties.EMRClusterStepConfig Methods (==) :: EMRClusterStepConfig -> EMRClusterStepConfig -> Bool # (/=) :: EMRClusterStepConfig -> EMRClusterStepConfig -> Bool # | |
| Show EMRClusterStepConfig # | |
Defined in Stratosphere.ResourceProperties.EMRClusterStepConfig Methods showsPrec :: Int -> EMRClusterStepConfig -> ShowS # show :: EMRClusterStepConfig -> String # showList :: [EMRClusterStepConfig] -> ShowS # | |
| ToJSON EMRClusterStepConfig # | |
Defined in Stratosphere.ResourceProperties.EMRClusterStepConfig Methods toJSON :: EMRClusterStepConfig -> Value # toEncoding :: EMRClusterStepConfig -> Encoding # toJSONList :: [EMRClusterStepConfig] -> Value # toEncodingList :: [EMRClusterStepConfig] -> Encoding # | |
| FromJSON EMRClusterStepConfig # | |
Defined in Stratosphere.ResourceProperties.EMRClusterStepConfig Methods parseJSON :: Value -> Parser EMRClusterStepConfig # parseJSONList :: Value -> Parser [EMRClusterStepConfig] # | |
Arguments
| :: EMRClusterHadoopJarStepConfig | |
| -> Val Text | |
| -> EMRClusterStepConfig |
Constructor for EMRClusterStepConfig containing required fields as
arguments.