Values.PendingModifiedValuesSourceOne or more modified settings for an instance. These modified settings have been requested, but haven't been applied yet.
type nonrec t = {dBInstanceClass : String_.t option;Contains the new DBInstanceClass for the instance that will be applied or is currently being applied.
*)allocatedStorage : IntegerOptional.t option;Contains the new AllocatedStorage size for then instance that will be applied or is currently being applied.
*)masterUserPassword : String_.t option;Contains the pending or currently in-progress change of the master credentials for the instance.
*)port : IntegerOptional.t option;Specifies the pending port for the instance.
*)backupRetentionPeriod : IntegerOptional.t option;Specifies the pending number of days for which automated backups are retained.
*)multiAZ : BooleanOptional.t option;Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
*)engineVersion : String_.t option;Indicates the database engine version.
*)licenseModel : String_.t option;The license model for the instance. Valid values: license-included, bring-your-own-license, general-public-license
*)iops : IntegerOptional.t option;Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
*)dBInstanceIdentifier : String_.t option;Contains the new DBInstanceIdentifier for the instance that will be applied or is currently being applied.
*)storageType : String_.t option;Specifies the storage type to be associated with the instance.
*)cACertificateIdentifier : String_.t option;Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
*)dBSubnetGroupName : String_.t option;The new subnet group for the instance.
*)pendingCloudwatchLogsExports : PendingCloudwatchLogsExports.t option;A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
*)}val make :
?dBInstanceClass:??? ->
?allocatedStorage:??? ->
?masterUserPassword:??? ->
?port:??? ->
?backupRetentionPeriod:??? ->
?multiAZ:??? ->
?engineVersion:??? ->
?licenseModel:??? ->
?iops:??? ->
?dBInstanceIdentifier:??? ->
?storageType:??? ->
?cACertificateIdentifier:??? ->
?dBSubnetGroupName:??? ->
?pendingCloudwatchLogsExports:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of IntegerOptional.t
| `String of String_.t
| `Structure of
(string * [> `List of [> `String of String_.t ] list ]) list ])
list ]