| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.EMRClusterBootstrapActionConfig
Synopsis
- data EMRClusterBootstrapActionConfig = EMRClusterBootstrapActionConfig {}
- emrClusterBootstrapActionConfig :: Val Text -> EMRClusterScriptBootstrapActionConfig -> EMRClusterBootstrapActionConfig
- emrcbacName :: Lens' EMRClusterBootstrapActionConfig (Val Text)
- emrcbacScriptBootstrapAction :: Lens' EMRClusterBootstrapActionConfig EMRClusterScriptBootstrapActionConfig
Documentation
data EMRClusterBootstrapActionConfig #
Full data type definition for EMRClusterBootstrapActionConfig. See
emrClusterBootstrapActionConfig for a more convenient constructor.
Constructors
| EMRClusterBootstrapActionConfig | |
Instances
emrClusterBootstrapActionConfig #
Arguments
| :: Val Text | |
| -> EMRClusterScriptBootstrapActionConfig | |
| -> EMRClusterBootstrapActionConfig |
Constructor for EMRClusterBootstrapActionConfig containing required
fields as arguments.