libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.AvailableProcessorFeature

Description

 
Synopsis

Documentation

data AvailableProcessorFeature Source #

Contains the available processor feature information for the DB instance class of a DB instance.

For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.

See: newAvailableProcessorFeature smart constructor.

Constructors

AvailableProcessorFeature' 

Fields

  • name :: Maybe Text

    The name of the processor feature. Valid names are coreCount and threadsPerCore.

  • defaultValue :: Maybe Text

    The default value for the processor feature of the DB instance class.

  • allowedValues :: Maybe Text

    The allowed values for the processor feature of the DB instance class.

Instances

Instances details
Eq AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Read AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Show AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Generic AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Associated Types

type Rep AvailableProcessorFeature :: Type -> Type #

NFData AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Hashable AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

FromXML AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

type Rep AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

type Rep AvailableProcessorFeature = D1 ('MetaData "AvailableProcessorFeature" "Amazonka.RDS.Types.AvailableProcessorFeature" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "AvailableProcessorFeature'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAvailableProcessorFeature :: AvailableProcessorFeature Source #

Create a value of AvailableProcessorFeature 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:AvailableProcessorFeature', availableProcessorFeature_name - The name of the processor feature. Valid names are coreCount and threadsPerCore.

$sel:defaultValue:AvailableProcessorFeature', availableProcessorFeature_defaultValue - The default value for the processor feature of the DB instance class.

$sel:allowedValues:AvailableProcessorFeature', availableProcessorFeature_allowedValues - The allowed values for the processor feature of the DB instance class.

availableProcessorFeature_name :: Lens' AvailableProcessorFeature (Maybe Text) Source #

The name of the processor feature. Valid names are coreCount and threadsPerCore.

availableProcessorFeature_defaultValue :: Lens' AvailableProcessorFeature (Maybe Text) Source #

The default value for the processor feature of the DB instance class.

availableProcessorFeature_allowedValues :: Lens' AvailableProcessorFeature (Maybe Text) Source #

The allowed values for the processor feature of the DB instance class.