amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations 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.MigrationHubStrategy.Types.BusinessGoals

Description

 
Synopsis

Documentation

data BusinessGoals Source #

Business goals that you specify.

See: newBusinessGoals smart constructor.

Constructors

BusinessGoals' 

Fields

Instances

Instances details
FromJSON BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

ToJSON BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

Generic BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

Associated Types

type Rep BusinessGoals :: Type -> Type #

Read BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

Show BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

NFData BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

Methods

rnf :: BusinessGoals -> () #

Eq BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

Hashable BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

type Rep BusinessGoals Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.BusinessGoals

type Rep BusinessGoals = D1 ('MetaData "BusinessGoals" "Amazonka.MigrationHubStrategy.Types.BusinessGoals" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "BusinessGoals'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "licenseCostReduction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "modernizeInfrastructureWithCloudNativeTechnologies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "reduceOperationalOverheadWithManagedServices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "speedOfMigration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newBusinessGoals :: BusinessGoals Source #

Create a value of BusinessGoals 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:licenseCostReduction:BusinessGoals', businessGoals_licenseCostReduction - Business goal to reduce license costs.

$sel:modernizeInfrastructureWithCloudNativeTechnologies:BusinessGoals', businessGoals_modernizeInfrastructureWithCloudNativeTechnologies - Business goal to modernize infrastructure by moving to cloud native technologies.

$sel:reduceOperationalOverheadWithManagedServices:BusinessGoals', businessGoals_reduceOperationalOverheadWithManagedServices - Business goal to reduce the operational overhead on the team by moving into managed services.

$sel:speedOfMigration:BusinessGoals', businessGoals_speedOfMigration - Business goal to achieve migration at a fast pace.

businessGoals_licenseCostReduction :: Lens' BusinessGoals (Maybe Natural) Source #

Business goal to reduce license costs.

businessGoals_modernizeInfrastructureWithCloudNativeTechnologies :: Lens' BusinessGoals (Maybe Natural) Source #

Business goal to modernize infrastructure by moving to cloud native technologies.

businessGoals_reduceOperationalOverheadWithManagedServices :: Lens' BusinessGoals (Maybe Natural) Source #

Business goal to reduce the operational overhead on the team by moving into managed services.

businessGoals_speedOfMigration :: Lens' BusinessGoals (Maybe Natural) Source #

Business goal to achieve migration at a fast pace.