Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.EMRClusterBootstrapActionConfig
- 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 | |
emrClusterBootstrapActionConfig #
Arguments
:: Val Text | |
-> EMRClusterScriptBootstrapActionConfig | |
-> EMRClusterBootstrapActionConfig |
Constructor for EMRClusterBootstrapActionConfig
containing required
fields as arguments.