Module Values.RDSDatabaseSource

The database details of an Amazon RDS database.

Sourcetype nonrec t = {
  1. instanceIdentifier : RDSInstanceIdentifier.t;
    (*

    The ID of an RDS DB instance.

    *)
  2. databaseName : RDSDatabaseName.t;
}
Sourceval context_ : string
Sourceval make : instanceIdentifier:RDSInstanceIdentifier.t -> databaseName:RDSDatabaseName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RDSInstanceIdentifier.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