DbEngineVersion

Detailed information about an engine version.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the database engine.

Link copied to clipboard

The description of the database engine version.

Link copied to clipboard

The name of the parameter group family for the database engine.

Link copied to clipboard

The name of the database engine.

Link copied to clipboard

The version number of the database engine.

Link copied to clipboard

The types of logs that the database engine has available for export to Amazon CloudWatch Logs.

Link copied to clipboard

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.

Link copied to clipboard

A list of the supported CA certificate identifiers.

Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

Link copied to clipboard

A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

Link copied to clipboard

A list of engine versions that this database engine version can be upgraded to.

Functions

Link copied to clipboard
inline fun copy(block: DbEngineVersion.Builder.() -> Unit = {}): DbEngineVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String