Values.ClusterPendingModifiedValuesSourceThis data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.
type nonrec t = {pendingCloudwatchLogsExports : PendingCloudwatchLogsExports.t option;This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.
*)dBClusterIdentifier : String_.t option;The DBClusterIdentifier value for the DB cluster.
*)iAMDatabaseAuthenticationEnabled : BooleanOptional.t option;A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
*)engineVersion : String_.t option;The database engine version.
*)backupRetentionPeriod : IntegerOptional.t option;The number of days for which automatic DB snapshots are retained.
*)storageType : String_.t option;The pending change in storage type for the DB cluster. Valid Values: standard – ( the default ) Configures cost-effective database storage for applications with moderate to small I/O usage. iopt1 – Enables I/O-Optimized storage that's designed to meet the needs of I/O-intensive graph workloads that require predictable pricing with low I/O latency and consistent I/O throughput. Neptune I/O-Optimized storage is only available starting with engine release 1.3.0.0.
*)allocatedStorage : IntegerOptional.t option;The allocated storage size in gibibytes (GiB) for database engines. For Neptune, AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.
*)iops : IntegerOptional.t option;The Provisioned IOPS (I/O operations per second) value. This setting is only for Multi-AZ DB clusters.
*)}val 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 ]