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
- 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.
BootstrapActionConfig' | |
|
Instances
newBootstrapActionConfig Source #
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.