View source: R/neptune_operations.R
neptune_create_global_cluster | R Documentation |
Creates a Neptune global database spread across multiple Amazon Regions. The global database contains a single primary cluster with read-write capability, and read-only secondary clusters that receive data from the primary cluster through high-speed replication performed by the Neptune storage subsystem.
See https://www.paws-r-sdk.com/docs/neptune_create_global_cluster/ for full documentation.
neptune_create_global_cluster(
GlobalClusterIdentifier,
SourceDBClusterIdentifier = NULL,
Engine = NULL,
EngineVersion = NULL,
DeletionProtection = NULL,
StorageEncrypted = NULL
)
GlobalClusterIdentifier |
[required] The cluster identifier of the new global database cluster. |
SourceDBClusterIdentifier |
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database. |
Engine |
The name of the database engine to be used in the global database. Valid values: |
EngineVersion |
The Neptune engine version to be used by the global database. Valid values: |
DeletionProtection |
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled. |
StorageEncrypted |
The storage encryption setting for the new global database cluster. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.