Values.PendingModifiedValuesSourceDescribes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.
type nonrec t = {masterUserPassword : SensitiveString.t option;The pending or in-progress change of the admin user password for the cluster.
*)nodeType : String_.t option;The pending or in-progress change of the cluster's node type.
*)numberOfNodes : IntegerOptional.t option;The pending or in-progress change of the number of nodes in the cluster.
*)clusterType : String_.t option;The pending or in-progress change of the cluster type.
*)clusterVersion : String_.t option;The pending or in-progress change of the service version.
*)automatedSnapshotRetentionPeriod : IntegerOptional.t option;The pending or in-progress change of the automated snapshot retention period.
*)clusterIdentifier : String_.t option;The pending or in-progress change of the new identifier for the cluster.
*)publiclyAccessible : BooleanOptional.t option;The pending or in-progress change of the ability to connect to the cluster from the public network.
*)enhancedVpcRouting : BooleanOptional.t option;An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is true, enhanced VPC routing is enabled. Default: false
*)maintenanceTrackName : String_.t option;The name of the maintenance track that the cluster will change to during the next maintenance window.
*)encryptionType : String_.t option;The encryption type for a cluster. Possible values are: KMS and None.
*)}val make :
?masterUserPassword:??? ->
?nodeType:??? ->
?numberOfNodes:??? ->
?clusterType:??? ->
?clusterVersion:??? ->
?automatedSnapshotRetentionPeriod:??? ->
?clusterIdentifier:??? ->
?publiclyAccessible:??? ->
?enhancedVpcRouting:??? ->
?maintenanceTrackName:??? ->
?encryptionType:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of IntegerOptional.t
| `String of SensitiveString.t ])
list ]