| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.EMR.Step
Documentation
data KeyValueProperty Source #
Constructors
| KeyValueProperty | |
Instances
data HadoopJarStepConfigProperty Source #
Constructors
| HadoopJarStepConfigProperty | |
Fields
| |
Instances
| ToJSON HadoopJarStepConfigProperty Source # | |||||
Defined in Stratosphere.EMR.Step.HadoopJarStepConfigProperty Methods toJSON :: HadoopJarStepConfigProperty -> Value # toEncoding :: HadoopJarStepConfigProperty -> Encoding # toJSONList :: [HadoopJarStepConfigProperty] -> Value # toEncodingList :: [HadoopJarStepConfigProperty] -> Encoding # | |||||
| Show HadoopJarStepConfigProperty Source # | |||||
Defined in Stratosphere.EMR.Step.HadoopJarStepConfigProperty Methods showsPrec :: Int -> HadoopJarStepConfigProperty -> ShowS # show :: HadoopJarStepConfigProperty -> String # showList :: [HadoopJarStepConfigProperty] -> ShowS # | |||||
| Eq HadoopJarStepConfigProperty Source # | |||||
Defined in Stratosphere.EMR.Step.HadoopJarStepConfigProperty Methods (==) :: HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty -> Bool # (/=) :: HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty -> Bool # | |||||
| ToResourceProperties HadoopJarStepConfigProperty Source # | |||||
| Property "Args" HadoopJarStepConfigProperty Source # | |||||
Defined in Stratosphere.EMR.Step.HadoopJarStepConfigProperty Associated Types
Methods set :: PropertyType "Args" HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty # | |||||
| Property "Jar" HadoopJarStepConfigProperty Source # | |||||
Defined in Stratosphere.EMR.Step.HadoopJarStepConfigProperty Associated Types
Methods set :: PropertyType "Jar" HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty # | |||||
| Property "MainClass" HadoopJarStepConfigProperty Source # | |||||
Defined in Stratosphere.EMR.Step.HadoopJarStepConfigProperty Associated Types
Methods set :: PropertyType "MainClass" HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty # | |||||
| Property "StepProperties" HadoopJarStepConfigProperty Source # | |||||
Defined in Stratosphere.EMR.Step.HadoopJarStepConfigProperty Associated Types
Methods set :: PropertyType "StepProperties" HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty -> HadoopJarStepConfigProperty # | |||||
| type PropertyType "Args" HadoopJarStepConfigProperty Source # | |||||
| type PropertyType "Jar" HadoopJarStepConfigProperty Source # | |||||
| type PropertyType "MainClass" HadoopJarStepConfigProperty Source # | |||||
| type PropertyType "StepProperties" HadoopJarStepConfigProperty Source # | |||||
Constructors
| Step | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html |
Fields | |
Instances
| ToJSON Step Source # | |||||
| Show Step Source # | |||||
| Eq Step Source # | |||||
| ToResourceProperties Step Source # | |||||
Defined in Stratosphere.EMR.Step Methods | |||||
| Property "ActionOnFailure" Step Source # | |||||
Defined in Stratosphere.EMR.Step Associated Types
| |||||
| Property "HadoopJarStep" Step Source # | |||||
Defined in Stratosphere.EMR.Step Associated Types
| |||||
| Property "JobFlowId" Step Source # | |||||
Defined in Stratosphere.EMR.Step Associated Types
| |||||
| Property "Name" Step Source # | |||||
Defined in Stratosphere.EMR.Step Associated Types
| |||||
| type PropertyType "ActionOnFailure" Step Source # | |||||
Defined in Stratosphere.EMR.Step | |||||
| type PropertyType "HadoopJarStep" Step Source # | |||||
Defined in Stratosphere.EMR.Step | |||||
| type PropertyType "JobFlowId" Step Source # | |||||
Defined in Stratosphere.EMR.Step | |||||
| type PropertyType "Name" Step Source # | |||||
Defined in Stratosphere.EMR.Step | |||||