CreateGlobalClusterRequest

Represents the input to CreateGlobalCluster.

Types

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

Properties

Link copied to clipboard

The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon DocumentDB will not create a database in the global cluster you are creating.

Link copied to clipboard

The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.

Link copied to clipboard

The name of the database engine to be used for this cluster.

Link copied to clipboard

The engine version of the global cluster.

Link copied to clipboard

The cluster identifier of the new global cluster.

Link copied to clipboard

The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.

Link copied to clipboard

The storage encryption setting for the new global 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