RegionalConfiguration class

A list of the replication groups

Constructors

RegionalConfiguration({required String replicationGroupId, required String replicationGroupRegion, required List<ReshardingConfiguration> reshardingConfiguration})

Properties

hashCode int
The hash code for this object.
no setterinherited
replicationGroupId String
The name of the secondary cluster
final
replicationGroupRegion String
The AWS region where the cluster is stored
final
reshardingConfiguration List<ReshardingConfiguration>
A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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