| 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.ScriptBootstrapActionConfig
Description
Synopsis
Documentation
data ScriptBootstrapActionConfig Source #
Configuration of the script to run during a bootstrap action.
See: newScriptBootstrapActionConfig smart constructor.
Constructors
| ScriptBootstrapActionConfig' | |
Instances
newScriptBootstrapActionConfig Source #
Create a value of ScriptBootstrapActionConfig 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:args:ScriptBootstrapActionConfig', scriptBootstrapActionConfig_args - A list of command line arguments to pass to the bootstrap action script.
$sel:path:ScriptBootstrapActionConfig', scriptBootstrapActionConfig_path - Location in Amazon S3 of the script to run during a bootstrap action.
scriptBootstrapActionConfig_args :: Lens' ScriptBootstrapActionConfig (Maybe [Text]) Source #
A list of command line arguments to pass to the bootstrap action script.
scriptBootstrapActionConfig_path :: Lens' ScriptBootstrapActionConfig Text Source #
Location in Amazon S3 of the script to run during a bootstrap action.