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 |
Documentation
data StackConfigurationManager Source #
Describes the configuration manager.
See: newStackConfigurationManager
smart constructor.
Instances
newStackConfigurationManager :: StackConfigurationManager Source #
Create a value of StackConfigurationManager
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:StackConfigurationManager'
, stackConfigurationManager_name
- The name. This parameter must be set to "Chef".
$sel:version:StackConfigurationManager'
, stackConfigurationManager_version
- The Chef version. This parameter must be set to 12, 11.10, or 11.4 for
Linux stacks, and to 12.2 for Windows stacks. The default value for
Linux stacks is 11.4.
stackConfigurationManager_name :: Lens' StackConfigurationManager (Maybe Text) Source #
The name. This parameter must be set to "Chef".
stackConfigurationManager_version :: Lens' StackConfigurationManager (Maybe Text) Source #
The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.