Module Values.UpdateDbClusterInputSource

Updates a Timestream for InfluxDB cluster.

Sourcetype nonrec t = {
  1. dbClusterId : DbClusterId.t;
    (*

    Service-generated unique identifier of the DB cluster to update.

    *)
  2. logDeliveryConfiguration : LogDeliveryConfiguration.t option;
    (*

    The log delivery configuration to apply to the DB cluster.

    *)
  3. dbParameterGroupIdentifier : DbParameterGroupIdentifier.t option;
    (*

    Update the DB cluster to use the specified DB parameter group.

    *)
  4. port : Port.t option;
    (*

    Update the DB cluster to use the specified port.

    *)
  5. dbInstanceType : DbInstanceType.t option;
    (*

    Update the DB cluster to use the specified DB instance Type.

    *)
  6. failoverMode : FailoverMode.t option;
    (*

    Update the DB cluster's failover behavior.

    *)
  7. maintenanceSchedule : MaintenanceSchedule.t option;
    (*

    Specifies the maintenance schedule for the DB cluster, including the preferred maintenance window and timezone.

    *)
}
Sourceval context_ : string
Sourceval make : ?logDeliveryConfiguration:??? -> ?dbParameterGroupIdentifier:??? -> ?port:??? -> ?dbInstanceType:??? -> ?failoverMode:??? -> ?maintenanceSchedule:??? -> dbClusterId:DbClusterId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Port.t | `String of DbClusterId.t | `Structure of (string * [> `String of IanaTimezone.t | `Structure of (string * [> `Boolean of Boolean.t | `String of S3ConfigurationBucketNameString.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t