Module Values_1.PromoteReadReplicaMessageSource

Sourcetype nonrec t = {
  1. dBInstanceIdentifier : Values_0.String_.t;
    (*

    The DB instance identifier. This value is stored as a lowercase string. Constraints: Must match the identifier of an existing read replica DB instance. Example: mydbinstance

    *)
  2. backupRetentionPeriod : Values_0.IntegerOptional.t option;
    (*

    The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. Default: 1 Constraints: Must be a value from 0 to 35. Can't be set to 0 if the DB instance is a source to read replicas.

    *)
  3. preferredBackupWindow : Values_0.String_.t option;
    (*

    The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide. Constraints: Must be in the format hh24:mi-hh24:mi. Must be in Universal Coordinated Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.

    *)
  4. tagSpecifications : Values_0.TagSpecificationList.t option;
    (*

    Tags to assign to resources associated with the DB instance. Valid Values: auto-backup - The DB instance's automated backup.

    *)
}
Sourceval context_ : string
Sourceval make : ?backupRetentionPeriod:??? -> ?preferredBackupWindow:??? -> ?tagSpecifications:??? -> dBInstanceIdentifier:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.IntegerOptional.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string ]) list ] list | `String of Values_0.String_.t ]) 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