Values.DBEngineVersionSourceThis data type is used as a response element in the action DescribeDBEngineVersions.
type nonrec t = {engine : String_.t option;The name of the database engine.
*)engineVersion : String_.t option;The version number of the database engine.
*)dBParameterGroupFamily : String_.t option;The name of the DB parameter group family for the database engine.
*)dBEngineDescription : String_.t option;The description of the database engine.
*)dBEngineVersionDescription : String_.t option;The description of the database engine version.
*)defaultCharacterSet : CharacterSet.t option;(Not supported by Neptune)
*)supportedCharacterSets : SupportedCharacterSetsList.t option;(Not supported by Neptune)
*)validUpgradeTarget : ValidUpgradeTargetList.t option;A list of engine versions that this database engine version can be upgraded to.
*)supportedTimezones : SupportedTimezonesList.t option;A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.
*)exportableLogTypes : LogTypeList.t option;The types of logs that the database engine has available for export to CloudWatch Logs.
*)supportsLogExportsToCloudwatchLogs : Boolean.t option;A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
*)supportsReadReplica : Boolean.t option;Indicates whether the database engine version supports read replicas.
*)supportsGlobalDatabases : Boolean.t option;A value that indicates whether you can use Aurora global databases with a specific DB engine version.
*)}val make :
?engine:??? ->
?engineVersion:??? ->
?dBParameterGroupFamily:??? ->
?dBEngineDescription:??? ->
?dBEngineVersionDescription:??? ->
?defaultCharacterSet:??? ->
?supportedCharacterSets:??? ->
?validUpgradeTarget:??? ->
?supportedTimezones:??? ->
?exportableLogTypes:??? ->
?supportsLogExportsToCloudwatchLogs:??? ->
?supportsReadReplica:??? ->
?supportsGlobalDatabases:??? ->
unit ->
t