GlobalClusterMember constructor
GlobalClusterMember({
- String? dBClusterArn,
- WriteForwardingStatus? globalWriteForwardingStatus,
- bool? isWriter,
- List<
String> ? readers,
Implementation
GlobalClusterMember({
this.dBClusterArn,
this.globalWriteForwardingStatus,
this.isWriter,
this.readers,
});