AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Neptune.AmazonNeptuneRequest
      Amazon.Neptune.Model.CreateGlobalClusterRequest

Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z

Syntax

C#
public class CreateGlobalClusterRequest : AmazonNeptuneRequest
         IAmazonWebServiceRequest

The CreateGlobalClusterRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property Engine System.String

Gets and sets the property Engine.

The name of the database engine to be used in the global database.

Valid values: neptune

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The Neptune engine version to be used by the global database.

Valid values: 1.2.0.0 or above.

Public Property GlobalClusterIdentifier System.String

Gets and sets the property GlobalClusterIdentifier.

The cluster identifier of the new global database cluster.

Public Property 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.

Public Property StorageEncrypted System.Boolean

Gets and sets the property StorageEncrypted.

The storage encryption setting for the new global database cluster.

Version Information

.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