clusterEnabled property

bool? clusterEnabled
final

A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

Valid values: true | false

Implementation

final bool? clusterEnabled;