| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMR.Types.BootstrapActionConfig
Description
Synopsis
- data BootstrapActionConfig = BootstrapActionConfig' {}
- newBootstrapActionConfig :: Text -> ScriptBootstrapActionConfig -> BootstrapActionConfig
- bootstrapActionConfig_name :: Lens' BootstrapActionConfig Text
- bootstrapActionConfig_scriptBootstrapAction :: Lens' BootstrapActionConfig ScriptBootstrapActionConfig
Documentation
data BootstrapActionConfig Source #
Configuration of a bootstrap action.
See: newBootstrapActionConfig smart constructor.
Constructors
| BootstrapActionConfig' | |
Fields
| |
Instances
newBootstrapActionConfig Source #
Arguments
| :: Text | |
| -> ScriptBootstrapActionConfig | |
| -> BootstrapActionConfig |
Create a value of BootstrapActionConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:BootstrapActionConfig', bootstrapActionConfig_name - The name of the bootstrap action.
$sel:scriptBootstrapAction:BootstrapActionConfig', bootstrapActionConfig_scriptBootstrapAction - The script run by the bootstrap action.
bootstrapActionConfig_name :: Lens' BootstrapActionConfig Text Source #
The name of the bootstrap action.
bootstrapActionConfig_scriptBootstrapAction :: Lens' BootstrapActionConfig ScriptBootstrapActionConfig Source #
The script run by the bootstrap action.