Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AvailableProcessorFeature = AvailableProcessorFeature' {
- name :: Maybe Text
- defaultValue :: Maybe Text
- allowedValues :: Maybe Text
- newAvailableProcessorFeature :: AvailableProcessorFeature
- availableProcessorFeature_name :: Lens' AvailableProcessorFeature (Maybe Text)
- availableProcessorFeature_defaultValue :: Lens' AvailableProcessorFeature (Maybe Text)
- availableProcessorFeature_allowedValues :: Lens' AvailableProcessorFeature (Maybe Text)
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.
AvailableProcessorFeature' | |
|
Instances
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.