RestoreDbClusterFromSnapshotRequest

Represents the input to RestoreDBClusterFromSnapshot.

Types

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

Properties

Link copied to clipboard

Provides the list of Amazon EC2 Availability Zones that instances in the restored DB cluster can be created in.

Link copied to clipboard

The name of the cluster to create from the snapshot or cluster snapshot. This parameter isn't case sensitive.

Link copied to clipboard

The name of the DB cluster parameter group to associate with this DB cluster.

Link copied to clipboard

The name of the subnet group 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 database engine to use for the new cluster.

Link copied to clipboard

The version of the database engine to use for the new cluster.

Link copied to clipboard

The KMS key identifier to use when restoring an encrypted cluster from a DB snapshot or cluster snapshot.

Link copied to clipboard
val port: Int?

The port number on which the new cluster accepts connections.

Link copied to clipboard

The identifier for the snapshot or cluster snapshot to restore from.

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 list of virtual private cloud (VPC) security groups that the new cluster will belong 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