UpgradeTarget

The version of the database engine that an instance can be upgraded to.

Types

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

Properties

Link copied to clipboard

A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

Link copied to clipboard

The version of the database engine that an instance can be upgraded to.

Link copied to clipboard

The name of the upgrade target database engine.

Link copied to clipboard

The version number of the upgrade target database engine.

Link copied to clipboard

A value that indicates whether a database engine is upgraded to a major version.

Functions

Link copied to clipboard
inline fun copy(block: UpgradeTarget.Builder.() -> Unit = {}): UpgradeTarget
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