Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ScriptBootstrapActionConfig Source #
Configuration of the script to run during a bootstrap action.
See: newScriptBootstrapActionConfig
smart constructor.
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.