amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.LaunchTemplateCpuOptions

Description

 
Synopsis

Documentation

data LaunchTemplateCpuOptions Source #

The CPU options for the instance.

See: newLaunchTemplateCpuOptions smart constructor.

Constructors

LaunchTemplateCpuOptions' 

Fields

Instances

Instances details
FromXML LaunchTemplateCpuOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateCpuOptions

Generic LaunchTemplateCpuOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateCpuOptions

Associated Types

type Rep LaunchTemplateCpuOptions :: Type -> Type #

Read LaunchTemplateCpuOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateCpuOptions

Show LaunchTemplateCpuOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateCpuOptions

NFData LaunchTemplateCpuOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateCpuOptions

Eq LaunchTemplateCpuOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateCpuOptions

Hashable LaunchTemplateCpuOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateCpuOptions

type Rep LaunchTemplateCpuOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateCpuOptions

type Rep LaunchTemplateCpuOptions = D1 ('MetaData "LaunchTemplateCpuOptions" "Amazonka.EC2.Types.LaunchTemplateCpuOptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateCpuOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coreCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "threadsPerCore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newLaunchTemplateCpuOptions :: LaunchTemplateCpuOptions Source #

Create a value of LaunchTemplateCpuOptions 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:coreCount:LaunchTemplateCpuOptions', launchTemplateCpuOptions_coreCount - The number of CPU cores for the instance.

$sel:threadsPerCore:LaunchTemplateCpuOptions', launchTemplateCpuOptions_threadsPerCore - The number of threads per CPU core.

launchTemplateCpuOptions_coreCount :: Lens' LaunchTemplateCpuOptions (Maybe Int) Source #

The number of CPU cores for the instance.