libZSservicesZSamazonka-opsworksZSamazonka-opsworks
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.OpsWorks.Types.StackConfigurationManager

Description

 
Synopsis

Documentation

data StackConfigurationManager Source #

Describes the configuration manager.

See: newStackConfigurationManager smart constructor.

Constructors

StackConfigurationManager' 

Fields

  • name :: Maybe Text

    The name. This parameter must be set to "Chef".

  • version :: Maybe Text

    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.

Instances

Instances details
Eq StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

Read StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

Show StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

Generic StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

Associated Types

type Rep StackConfigurationManager :: Type -> Type #

NFData StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

Hashable StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

ToJSON StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

FromJSON StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

type Rep StackConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackConfigurationManager

type Rep StackConfigurationManager = D1 ('MetaData "StackConfigurationManager" "Amazonka.OpsWorks.Types.StackConfigurationManager" "libZSservicesZSamazonka-opsworksZSamazonka-opsworks" 'False) (C1 ('MetaCons "StackConfigurationManager'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.