amazonka-autoscaling-2.0: Amazon Auto Scaling 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.AutoScaling.Types.VCpuCountRequest

Description

 
Synopsis

Documentation

data VCpuCountRequest Source #

Specifies the minimum and maximum for the VCpuCount object when you specify InstanceRequirements for an Auto Scaling group.

See: newVCpuCountRequest smart constructor.

Constructors

VCpuCountRequest' 

Fields

Instances

Instances details
ToQuery VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

FromXML VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

Generic VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

Associated Types

type Rep VCpuCountRequest :: Type -> Type #

Read VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

Show VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

NFData VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

Methods

rnf :: VCpuCountRequest -> () #

Eq VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

Hashable VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

type Rep VCpuCountRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.VCpuCountRequest

type Rep VCpuCountRequest = D1 ('MetaData "VCpuCountRequest" "Amazonka.AutoScaling.Types.VCpuCountRequest" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "VCpuCountRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newVCpuCountRequest Source #

Create a value of VCpuCountRequest 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:max:VCpuCountRequest', vCpuCountRequest_max - The maximum number of vCPUs.

$sel:min:VCpuCountRequest', vCpuCountRequest_min - The minimum number of vCPUs.