| 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.ElastiCache.Types.GlobalNodeGroup
Description
Documentation
data GlobalNodeGroup Source #
Indicates the slot configuration and global identifier for a slice group.
See: newGlobalNodeGroup smart constructor.
Constructors
| GlobalNodeGroup' | |
Instances
newGlobalNodeGroup :: GlobalNodeGroup Source #
Create a value of GlobalNodeGroup 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:
$sel:globalNodeGroupId:GlobalNodeGroup', globalNodeGroup_globalNodeGroupId - The name of the global node group
$sel:slots:GlobalNodeGroup', globalNodeGroup_slots - The keyspace for this node group
globalNodeGroup_globalNodeGroupId :: Lens' GlobalNodeGroup (Maybe Text) Source #
The name of the global node group
globalNodeGroup_slots :: Lens' GlobalNodeGroup (Maybe Text) Source #
The keyspace for this node group