RestoreDbClusterToPointInTimeRequest

Represents the input to RestoreDBClusterToPointInTime.

Types

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

Properties

Link copied to clipboard

The name of the new cluster to be created.

Link copied to clipboard

The subnet group name to use for the new cluster.

Link copied to clipboard

Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.

Link copied to clipboard

A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.

Link copied to clipboard

The KMS key identifier to use when restoring an encrypted cluster from an encrypted cluster.

Link copied to clipboard
val port: Int?

The port number on which the new cluster accepts connections.

Link copied to clipboard

The date and time to restore the cluster to.

Link copied to clipboard

The type of restore to be performed. You can specify one of the following values:

Link copied to clipboard

The identifier of the source cluster from which to restore.

Link copied to clipboard

The storage type to associate with the DB cluster.

Link copied to clipboard
val tags: List<Tag>?

The tags to be assigned to the restored cluster.

Link copied to clipboard

A value that is set to true to restore the cluster to the latest restorable backup time, and false otherwise.

Link copied to clipboard

A list of VPC security groups that the new cluster belongs to.

Functions

Link copied to clipboard
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