GlobalClusterMember class

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

Constructors

GlobalClusterMember({String? dBClusterArn, WriteForwardingStatus? globalWriteForwardingStatus, bool? isWriter, List<String>? readers})
GlobalClusterMember.fromXml(XmlElement elem)
factory

Properties

dBClusterArn String?
The Amazon Resource Name (ARN) for each Aurora cluster.
final
globalWriteForwardingStatus WriteForwardingStatus?
Specifies whether a secondary cluster in an Aurora global database has write forwarding enabled, not enabled, or is in the process of enabling it.
final
hashCode int
The hash code for this object.
no setterinherited
isWriter bool?
Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.
final
readers List<String>?
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited