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 a global cluster (Aurora global database).

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.GlobalClusterMember

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.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 Aurora DB cluster in the global cluster.

Public Property GlobalWriteForwardingStatus Amazon.RDS.WriteForwardingStatus

Gets and sets the property GlobalWriteForwardingStatus.

The status of write forwarding for a secondary cluster in the global cluster.

Public Property IsWriter System.Boolean

Gets and sets the property IsWriter.

Indicates whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the global cluster 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 global cluster.

Public Property SynchronizationStatus Amazon.RDS.GlobalClusterMemberSynchronizationStatus

Gets and sets the property SynchronizationStatus.

The status of synchronization of each Aurora DB cluster in the global 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