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.

A data structure with information about any primary and secondary clusters associated with an Neptune global database.

Inheritance Hierarchy

System.Object
  Amazon.Neptune.Model.GlobalClusterMember

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

Syntax

C#
public class GlobalClusterMember

The GlobalClusterMember type exposes the following members

Constructors

NameDescription
Public Method GlobalClusterMember()

Properties

NameTypeDescription
Public Property DBClusterArn System.String

Gets and sets the property DBClusterArn.

The Amazon Resource Name (ARN) for each Neptune cluster.

Public Property IsWriter System.Boolean

Gets and sets the property IsWriter.

Specifies whether the Neptune cluster is the primary cluster (that is, has read-write capability) for the Neptune global database with which it is associated.

Public Property Readers System.Collections.Generic.List<System.String>

Gets and sets the property Readers.

The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Neptune global database.

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