libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElastiCache.Types.GlobalNodeGroup

Description

 
Synopsis

Documentation

data GlobalNodeGroup Source #

Indicates the slot configuration and global identifier for a slice group.

See: newGlobalNodeGroup smart constructor.

Constructors

GlobalNodeGroup' 

Fields

Instances

Instances details
Eq GlobalNodeGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.GlobalNodeGroup

Read GlobalNodeGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.GlobalNodeGroup

Show GlobalNodeGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.GlobalNodeGroup

Generic GlobalNodeGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.GlobalNodeGroup

Associated Types

type Rep GlobalNodeGroup :: Type -> Type #

NFData GlobalNodeGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.GlobalNodeGroup

Methods

rnf :: GlobalNodeGroup -> () #

Hashable GlobalNodeGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.GlobalNodeGroup

FromXML GlobalNodeGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.GlobalNodeGroup

type Rep GlobalNodeGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.GlobalNodeGroup

type Rep GlobalNodeGroup = D1 ('MetaData "GlobalNodeGroup" "Amazonka.ElastiCache.Types.GlobalNodeGroup" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "GlobalNodeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "slots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalNodeGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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