Values.RelationalDatabaseBlueprintSourceDescribes a database image, or blueprint. A blueprint describes the major engine version of a database.
type nonrec t = {blueprintId : String_.t option;The ID for the database blueprint.
*)engine : RelationalDatabaseEngine.t option;The database software of the database blueprint (for example, MySQL).
*)engineVersion : String_.t option;The database engine version for the database blueprint (for example, 5.7.23).
*)engineDescription : String_.t option;The description of the database engine for the database blueprint.
*)engineVersionDescription : String_.t option;The description of the database engine version for the database blueprint.
*)isEngineDefault : Boolean.t option;A Boolean value indicating whether the engine version is the default for the database blueprint.
*)}