RevisionTarget

Describes a RevisionTarget.

Types

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

Properties

Link copied to clipboard

A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.

Link copied to clipboard

The date on which the database revision was released.

Link copied to clipboard

A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.

Functions

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