| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RDS.Types.PendingModifiedValues
Description
Synopsis
- data PendingModifiedValues = PendingModifiedValues' {
- allocatedStorage :: Maybe Int
- automationMode :: Maybe AutomationMode
- backupRetentionPeriod :: Maybe Int
- cACertificateIdentifier :: Maybe Text
- dbInstanceClass :: Maybe Text
- dbInstanceIdentifier :: Maybe Text
- dbSubnetGroupName :: Maybe Text
- engineVersion :: Maybe Text
- iAMDatabaseAuthenticationEnabled :: Maybe Bool
- iops :: Maybe Int
- licenseModel :: Maybe Text
- masterUserPassword :: Maybe Text
- multiAZ :: Maybe Bool
- pendingCloudwatchLogsExports :: Maybe PendingCloudwatchLogsExports
- port :: Maybe Int
- processorFeatures :: Maybe [ProcessorFeature]
- resumeFullAutomationModeTime :: Maybe ISO8601
- storageThroughput :: Maybe Int
- storageType :: Maybe Text
- newPendingModifiedValues :: PendingModifiedValues
- pendingModifiedValues_allocatedStorage :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_automationMode :: Lens' PendingModifiedValues (Maybe AutomationMode)
- pendingModifiedValues_backupRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_cACertificateIdentifier :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_dbInstanceClass :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_dbInstanceIdentifier :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_dbSubnetGroupName :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_engineVersion :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_iAMDatabaseAuthenticationEnabled :: Lens' PendingModifiedValues (Maybe Bool)
- pendingModifiedValues_iops :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_licenseModel :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_multiAZ :: Lens' PendingModifiedValues (Maybe Bool)
- pendingModifiedValues_pendingCloudwatchLogsExports :: Lens' PendingModifiedValues (Maybe PendingCloudwatchLogsExports)
- pendingModifiedValues_port :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_processorFeatures :: Lens' PendingModifiedValues (Maybe [ProcessorFeature])
- pendingModifiedValues_resumeFullAutomationModeTime :: Lens' PendingModifiedValues (Maybe UTCTime)
- pendingModifiedValues_storageThroughput :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_storageType :: Lens' PendingModifiedValues (Maybe Text)
Documentation
data PendingModifiedValues Source #
This data type is used as a response element in the ModifyDBInstance
operation and contains changes that will be applied during the next
maintenance window.
See: newPendingModifiedValues smart constructor.
Constructors
| PendingModifiedValues' | |
Fields
| |
Instances
newPendingModifiedValues :: PendingModifiedValues Source #
Create a value of PendingModifiedValues 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:allocatedStorage:PendingModifiedValues', pendingModifiedValues_allocatedStorage - The allocated storage size for the DB instance specified in gibibytes
(GiB).
$sel:automationMode:PendingModifiedValues', pendingModifiedValues_automationMode - The automation mode of the RDS Custom DB instance: full or
all-paused. If full, the DB instance automates monitoring and
instance recovery. If all-paused, the instance pauses automation for
the duration set by --resume-full-automation-mode-minutes.
$sel:backupRetentionPeriod:PendingModifiedValues', pendingModifiedValues_backupRetentionPeriod - The number of days for which automated backups are retained.
$sel:cACertificateIdentifier:PendingModifiedValues', pendingModifiedValues_cACertificateIdentifier - The identifier of the CA certificate for the DB instance.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
$sel:dbInstanceClass:PendingModifiedValues', pendingModifiedValues_dbInstanceClass - The name of the compute and memory capacity class for the DB instance.
$sel:dbInstanceIdentifier:PendingModifiedValues', pendingModifiedValues_dbInstanceIdentifier - The database identifier for the DB instance.
$sel:dbSubnetGroupName:PendingModifiedValues', pendingModifiedValues_dbSubnetGroupName - The DB subnet group for the DB instance.
$sel:engineVersion:PendingModifiedValues', pendingModifiedValues_engineVersion - The database engine version.
$sel:iAMDatabaseAuthenticationEnabled:PendingModifiedValues', pendingModifiedValues_iAMDatabaseAuthenticationEnabled - Whether mapping of Amazon Web Services Identity and Access Management
(IAM) accounts to database accounts is enabled.
$sel:iops:PendingModifiedValues', pendingModifiedValues_iops - The Provisioned IOPS value for the DB instance.
$sel:licenseModel:PendingModifiedValues', pendingModifiedValues_licenseModel - The license model for the DB instance.
Valid values: license-included | bring-your-own-license |
general-public-license
$sel:masterUserPassword:PendingModifiedValues', pendingModifiedValues_masterUserPassword - The master credentials for the DB instance.
$sel:multiAZ:PendingModifiedValues', pendingModifiedValues_multiAZ - A value that indicates that the Single-AZ DB instance will change to a
Multi-AZ deployment.
$sel:pendingCloudwatchLogsExports:PendingModifiedValues', pendingModifiedValues_pendingCloudwatchLogsExports - Undocumented member.
$sel:port:PendingModifiedValues', pendingModifiedValues_port - The port for the DB instance.
$sel:processorFeatures:PendingModifiedValues', pendingModifiedValues_processorFeatures - The number of CPU cores and the number of threads per core for the DB
instance class of the DB instance.
$sel:resumeFullAutomationModeTime:PendingModifiedValues', pendingModifiedValues_resumeFullAutomationModeTime - The number of minutes to pause the automation. When the time period
ends, RDS Custom resumes full automation. The minimum value is 60
(default). The maximum value is 1,440.
$sel:storageThroughput:PendingModifiedValues', pendingModifiedValues_storageThroughput - The storage throughput of the DB instance.
$sel:storageType:PendingModifiedValues', pendingModifiedValues_storageType - The storage type of the DB instance.
pendingModifiedValues_allocatedStorage :: Lens' PendingModifiedValues (Maybe Int) Source #
The allocated storage size for the DB instance specified in gibibytes (GiB).
pendingModifiedValues_automationMode :: Lens' PendingModifiedValues (Maybe AutomationMode) Source #
The automation mode of the RDS Custom DB instance: full or
all-paused. If full, the DB instance automates monitoring and
instance recovery. If all-paused, the instance pauses automation for
the duration set by --resume-full-automation-mode-minutes.
pendingModifiedValues_backupRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int) Source #
The number of days for which automated backups are retained.
pendingModifiedValues_cACertificateIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #
The identifier of the CA certificate for the DB instance.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
pendingModifiedValues_dbInstanceClass :: Lens' PendingModifiedValues (Maybe Text) Source #
The name of the compute and memory capacity class for the DB instance.
pendingModifiedValues_dbInstanceIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #
The database identifier for the DB instance.
pendingModifiedValues_dbSubnetGroupName :: Lens' PendingModifiedValues (Maybe Text) Source #
The DB subnet group for the DB instance.
pendingModifiedValues_engineVersion :: Lens' PendingModifiedValues (Maybe Text) Source #
The database engine version.
pendingModifiedValues_iAMDatabaseAuthenticationEnabled :: Lens' PendingModifiedValues (Maybe Bool) Source #
Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
pendingModifiedValues_iops :: Lens' PendingModifiedValues (Maybe Int) Source #
The Provisioned IOPS value for the DB instance.
pendingModifiedValues_licenseModel :: Lens' PendingModifiedValues (Maybe Text) Source #
The license model for the DB instance.
Valid values: license-included | bring-your-own-license |
general-public-license
pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text) Source #
The master credentials for the DB instance.
pendingModifiedValues_multiAZ :: Lens' PendingModifiedValues (Maybe Bool) Source #
A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.
pendingModifiedValues_pendingCloudwatchLogsExports :: Lens' PendingModifiedValues (Maybe PendingCloudwatchLogsExports) Source #
Undocumented member.
pendingModifiedValues_port :: Lens' PendingModifiedValues (Maybe Int) Source #
The port for the DB instance.
pendingModifiedValues_processorFeatures :: Lens' PendingModifiedValues (Maybe [ProcessorFeature]) Source #
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
pendingModifiedValues_resumeFullAutomationModeTime :: Lens' PendingModifiedValues (Maybe UTCTime) Source #
The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.
pendingModifiedValues_storageThroughput :: Lens' PendingModifiedValues (Maybe Int) Source #
The storage throughput of the DB instance.
pendingModifiedValues_storageType :: Lens' PendingModifiedValues (Maybe Text) Source #
The storage type of the DB instance.