PendingModifiedValues
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.
Contents
Note
In the following list, the required parameters are described first.
- AllocatedStorage
-
The allocated storage size for the DB instance specified in gibibytes (GiB).
Type: Integer
Required: No
- AutomationMode
-
The automation mode of the RDS Custom DB instance:
full
orall-paused
. Iffull
, the DB instance automates monitoring and instance recovery. Ifall-paused
, the instance pauses automation for the duration set by--resume-full-automation-mode-minutes
.Type: String
Valid Values:
full | all-paused
Required: No
- BackupRetentionPeriod
-
The number of days for which automated backups are retained.
Type: Integer
Required: No
- 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.
Type: String
Required: No
- DBInstanceClass
-
The name of the compute and memory capacity class for the DB instance.
Type: String
Required: No
- DBInstanceIdentifier
-
The database identifier for the DB instance.
Type: String
Required: No
- DBSubnetGroupName
-
The DB subnet group for the DB instance.
Type: String
Required: No
- DedicatedLogVolume
-
Indicates whether the DB instance has a dedicated log volume (DLV) enabled.>
Type: Boolean
Required: No
- Engine
-
The database engine of the DB instance.
Type: String
Required: No
- EngineVersion
-
The database engine version.
Type: String
Required: No
- IAMDatabaseAuthenticationEnabled
-
Indicates whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
Type: Boolean
Required: No
- Iops
-
The Provisioned IOPS value for the DB instance.
Type: Integer
Required: No
- LicenseModel
-
The license model for the DB instance.
Valid values:
license-included
|bring-your-own-license
|general-public-license
Type: String
Required: No
- MasterUserPassword
-
The master credentials for the DB instance.
Type: String
Required: No
- MultiAZ
-
Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.
Type: Boolean
Required: No
- MultiTenant
-
Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).
Type: Boolean
Required: No
- PendingCloudwatchLogsExports
-
A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
Type: PendingCloudwatchLogsExports object
Required: No
- Port
-
The port for the DB instance.
Type: Integer
Required: No
- ProcessorFeatures.ProcessorFeature.N
-
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Type: Array of ProcessorFeature objects
Required: No
- 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.
Type: Timestamp
Required: No
- StorageThroughput
-
The storage throughput of the DB instance.
Type: Integer
Required: No
- StorageType
-
The storage type of the DB instance.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: