amazonka-sms-2.0: Amazon Server Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SMS.Types.ServerGroupLaunchConfiguration

Description

 
Synopsis

Documentation

data ServerGroupLaunchConfiguration Source #

Launch configuration for a server group.

See: newServerGroupLaunchConfiguration smart constructor.

Constructors

ServerGroupLaunchConfiguration' 

Fields

Instances

Instances details
FromJSON ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

ToJSON ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

Generic ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

Associated Types

type Rep ServerGroupLaunchConfiguration :: Type -> Type #

Read ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

Show ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

NFData ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

Eq ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

Hashable ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

type Rep ServerGroupLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroupLaunchConfiguration

type Rep ServerGroupLaunchConfiguration = D1 ('MetaData "ServerGroupLaunchConfiguration" "Amazonka.SMS.Types.ServerGroupLaunchConfiguration" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" 'False) (C1 ('MetaCons "ServerGroupLaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "serverGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverLaunchConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServerLaunchConfiguration])))))

newServerGroupLaunchConfiguration :: ServerGroupLaunchConfiguration Source #

Create a value of ServerGroupLaunchConfiguration 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:launchOrder:ServerGroupLaunchConfiguration', serverGroupLaunchConfiguration_launchOrder - The launch order of servers in the server group.

$sel:serverGroupId:ServerGroupLaunchConfiguration', serverGroupLaunchConfiguration_serverGroupId - The ID of the server group with which the launch configuration is associated.

$sel:serverLaunchConfigurations:ServerGroupLaunchConfiguration', serverGroupLaunchConfiguration_serverLaunchConfigurations - The launch configuration for servers in the server group.

serverGroupLaunchConfiguration_serverGroupId :: Lens' ServerGroupLaunchConfiguration (Maybe Text) Source #

The ID of the server group with which the launch configuration is associated.