AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateGlobalCluster operation. 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.
You can create a global database that is initially empty, and then add a primary cluster and secondary clusters to it, or you can specify an existing Neptune cluster during the create operation to become the primary cluster of the global database.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class CreateGlobalClusterRequest : AmazonNeptuneRequest IAmazonWebServiceRequest
The CreateGlobalClusterRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateGlobalClusterRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DeletionProtection | System.Boolean |
Gets and sets the property DeletionProtection. The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled. |
![]() |
Engine | System.String |
Gets and sets the property Engine. The name of the database engine to be used in the global database.
Valid values: |
![]() |
EngineVersion | System.String |
Gets and sets the property EngineVersion. The Neptune engine version to be used by the global database.
Valid values: |
![]() |
GlobalClusterIdentifier | System.String |
Gets and sets the property GlobalClusterIdentifier. The cluster identifier of the new global database cluster. |
![]() |
SourceDBClusterIdentifier | System.String |
Gets and sets the property SourceDBClusterIdentifier. (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database. |
![]() |
StorageEncrypted | System.Boolean |
Gets and sets the property StorageEncrypted. The storage encryption setting for the new global database cluster. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5