Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data GlobalNodeGroup Source #
Indicates the slot configuration and global identifier for a slice group.
See: newGlobalNodeGroup
smart constructor.
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:slots:GlobalNodeGroup'
, globalNodeGroup_slots
- The keyspace for this node group
$sel:globalNodeGroupId:GlobalNodeGroup'
, globalNodeGroup_globalNodeGroupId
- The name of the global node group
globalNodeGroup_slots :: Lens' GlobalNodeGroup (Maybe Text) Source #
The keyspace for this node group
globalNodeGroup_globalNodeGroupId :: Lens' GlobalNodeGroup (Maybe Text) Source #
The name of the global node group