| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MemoryDb.Types.Shard
Description
Documentation
Represents a collection of nodes in a cluster. One node in the node group is the read/write primary node. All the other nodes are read-only Replica nodes.
See: newShard smart constructor.
Constructors
| Shard' | |
Fields
| |
Instances
Create a value of Shard with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
Shard, shard_name - The name of the shard
$sel:nodes:Shard', shard_nodes - A list containing information about individual nodes within the shard
$sel:numberOfNodes:Shard', shard_numberOfNodes - The number of nodes in the shard
$sel:slots:Shard', shard_slots - The keyspace for this shard.
Shard, shard_status - The current state of this replication group - creating, available,
modifying, deleting.