| 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 |
Amazonka.SecurityHub.Types.AwsRdsDbPendingModifiedValues
Description
Synopsis
- data AwsRdsDbPendingModifiedValues = AwsRdsDbPendingModifiedValues' {
- engineVersion :: Maybe Text
- masterUserPassword :: Maybe Text
- dbSubnetGroupName :: Maybe Text
- iops :: Maybe Int
- dbInstanceClass :: Maybe Text
- processorFeatures :: Maybe [AwsRdsDbProcessorFeature]
- licenseModel :: Maybe Text
- dbInstanceIdentifier :: Maybe Text
- caCertificateIdentifier :: Maybe Text
- pendingCloudWatchLogsExports :: Maybe AwsRdsPendingCloudWatchLogsExports
- backupRetentionPeriod :: Maybe Int
- multiAZ :: Maybe Bool
- allocatedStorage :: Maybe Int
- port :: Maybe Int
- storageType :: Maybe Text
- newAwsRdsDbPendingModifiedValues :: AwsRdsDbPendingModifiedValues
- awsRdsDbPendingModifiedValues_engineVersion :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text)
- awsRdsDbPendingModifiedValues_masterUserPassword :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text)
- awsRdsDbPendingModifiedValues_dbSubnetGroupName :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text)
- awsRdsDbPendingModifiedValues_iops :: Lens' AwsRdsDbPendingModifiedValues (Maybe Int)
- awsRdsDbPendingModifiedValues_dbInstanceClass :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text)
- awsRdsDbPendingModifiedValues_processorFeatures :: Lens' AwsRdsDbPendingModifiedValues (Maybe [AwsRdsDbProcessorFeature])
- awsRdsDbPendingModifiedValues_licenseModel :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text)
- awsRdsDbPendingModifiedValues_dbInstanceIdentifier :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text)
- awsRdsDbPendingModifiedValues_caCertificateIdentifier :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text)
- awsRdsDbPendingModifiedValues_pendingCloudWatchLogsExports :: Lens' AwsRdsDbPendingModifiedValues (Maybe AwsRdsPendingCloudWatchLogsExports)
- awsRdsDbPendingModifiedValues_backupRetentionPeriod :: Lens' AwsRdsDbPendingModifiedValues (Maybe Int)
- awsRdsDbPendingModifiedValues_multiAZ :: Lens' AwsRdsDbPendingModifiedValues (Maybe Bool)
- awsRdsDbPendingModifiedValues_allocatedStorage :: Lens' AwsRdsDbPendingModifiedValues (Maybe Int)
- awsRdsDbPendingModifiedValues_port :: Lens' AwsRdsDbPendingModifiedValues (Maybe Int)
- awsRdsDbPendingModifiedValues_storageType :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text)
Documentation
data AwsRdsDbPendingModifiedValues Source #
Changes to a DB instance that are currently pending.
See: newAwsRdsDbPendingModifiedValues smart constructor.
Constructors
| AwsRdsDbPendingModifiedValues' | |
Fields
| |
Instances
newAwsRdsDbPendingModifiedValues :: AwsRdsDbPendingModifiedValues Source #
Create a value of AwsRdsDbPendingModifiedValues 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:engineVersion:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_engineVersion - The new engine version for the DB instance.
$sel:masterUserPassword:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_masterUserPassword - The new master user password for the DB instance.
$sel:dbSubnetGroupName:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_dbSubnetGroupName - The name of the new subnet group for the DB instance.
$sel:iops:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_iops - The new provisioned IOPS value for the DB instance.
$sel:dbInstanceClass:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_dbInstanceClass - The new DB instance class for the DB instance.
$sel:processorFeatures:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_processorFeatures - Processor features that are being updated.
$sel:licenseModel:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_licenseModel - The new license model value for the DB instance.
$sel:dbInstanceIdentifier:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_dbInstanceIdentifier - The new DB instance identifier for the DB instance.
$sel:caCertificateIdentifier:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_caCertificateIdentifier - The new CA certificate identifier for the DB instance.
$sel:pendingCloudWatchLogsExports:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_pendingCloudWatchLogsExports - A list of log types that are being enabled or disabled.
$sel:backupRetentionPeriod:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_backupRetentionPeriod - The new backup retention period for the DB instance.
$sel:multiAZ:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_multiAZ - Indicates that a single Availability Zone DB instance is changing to a
multiple Availability Zone deployment.
$sel:allocatedStorage:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_allocatedStorage - The new value of the allocated storage for the DB instance.
$sel:port:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_port - The new port for the DB instance.
$sel:storageType:AwsRdsDbPendingModifiedValues', awsRdsDbPendingModifiedValues_storageType - The new storage type for the DB instance.
awsRdsDbPendingModifiedValues_engineVersion :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text) Source #
The new engine version for the DB instance.
awsRdsDbPendingModifiedValues_masterUserPassword :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text) Source #
The new master user password for the DB instance.
awsRdsDbPendingModifiedValues_dbSubnetGroupName :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text) Source #
The name of the new subnet group for the DB instance.
awsRdsDbPendingModifiedValues_iops :: Lens' AwsRdsDbPendingModifiedValues (Maybe Int) Source #
The new provisioned IOPS value for the DB instance.
awsRdsDbPendingModifiedValues_dbInstanceClass :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text) Source #
The new DB instance class for the DB instance.
awsRdsDbPendingModifiedValues_processorFeatures :: Lens' AwsRdsDbPendingModifiedValues (Maybe [AwsRdsDbProcessorFeature]) Source #
Processor features that are being updated.
awsRdsDbPendingModifiedValues_licenseModel :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text) Source #
The new license model value for the DB instance.
awsRdsDbPendingModifiedValues_dbInstanceIdentifier :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text) Source #
The new DB instance identifier for the DB instance.
awsRdsDbPendingModifiedValues_caCertificateIdentifier :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text) Source #
The new CA certificate identifier for the DB instance.
awsRdsDbPendingModifiedValues_pendingCloudWatchLogsExports :: Lens' AwsRdsDbPendingModifiedValues (Maybe AwsRdsPendingCloudWatchLogsExports) Source #
A list of log types that are being enabled or disabled.
awsRdsDbPendingModifiedValues_backupRetentionPeriod :: Lens' AwsRdsDbPendingModifiedValues (Maybe Int) Source #
The new backup retention period for the DB instance.
awsRdsDbPendingModifiedValues_multiAZ :: Lens' AwsRdsDbPendingModifiedValues (Maybe Bool) Source #
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
awsRdsDbPendingModifiedValues_allocatedStorage :: Lens' AwsRdsDbPendingModifiedValues (Maybe Int) Source #
The new value of the allocated storage for the DB instance.
awsRdsDbPendingModifiedValues_port :: Lens' AwsRdsDbPendingModifiedValues (Maybe Int) Source #
The new port for the DB instance.
awsRdsDbPendingModifiedValues_storageType :: Lens' AwsRdsDbPendingModifiedValues (Maybe Text) Source #
The new storage type for the DB instance.