RestoreClusterFromSnapshotRequest

Types

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

Properties

Link copied to clipboard

The name of the elastic cluster.

Link copied to clipboard

The KMS key identifier to use to encrypt the new Amazon DocumentDB elastic clusters cluster.

Link copied to clipboard

The capacity of each shard in the new restored elastic cluster.

Link copied to clipboard

The number of replica instances applying to all shards in the elastic cluster. A shardInstanceCount value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.

Link copied to clipboard

The ARN identifier of the elastic cluster snapshot.

Link copied to clipboard

The Amazon EC2 subnet IDs for the elastic cluster.

Link copied to clipboard

A list of the tag names to be assigned to the restored elastic cluster, in the form of an array of key-value pairs in which the key is the tag name and the value is the key value.

Link copied to clipboard

A list of EC2 VPC security groups to associate with the elastic cluster.

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