Values.DBEngineVersionSourceDetailed information about an engine version.
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 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.
*)validUpgradeTarget : ValidUpgradeTargetList.t option;A list of engine versions that this database engine version can be upgraded to.
*)exportableLogTypes : LogTypeList.t option;The types of logs that the database engine has available for export to Amazon 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.
*)supportedCACertificateIdentifiers : CACertificateIdentifiersList.t option;A list of the supported CA certificate identifiers. For more information, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.
*)supportsCertificateRotationWithoutRestart : BooleanOptional.t option;Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
*)serverlessV2FeaturesSupport : ServerlessV2FeaturesSupport.t option;Specifies any Amazon DocumentDB Serverless properties or limits that differ between Amazon DocumentDB engine versions. You can test the values of this attribute when deciding which Amazon DocumentDB version to use in a new or upgraded cluster. You can also retrieve the version of an existing cluster and check whether that version supports certain Amazon DocumentDB Serverless features before you attempt to use those features.
*)}val make :
?engine:??? ->
?engineVersion:??? ->
?dBParameterGroupFamily:??? ->
?dBEngineDescription:??? ->
?dBEngineVersionDescription:??? ->
?validUpgradeTarget:??? ->
?exportableLogTypes:??? ->
?supportsLogExportsToCloudwatchLogs:??? ->
?supportedCACertificateIdentifiers:??? ->
?supportsCertificateRotationWithoutRestart:??? ->
?serverlessV2FeaturesSupport:??? ->
unit ->
t