libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
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.DynamoDB.Types.GlobalTable

Description

 
Synopsis

Documentation

data GlobalTable Source #

Represents the properties of a global table.

See: newGlobalTable smart constructor.

Constructors

GlobalTable' 

Fields

Instances

Instances details
Eq GlobalTable Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalTable

Read GlobalTable Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalTable

Show GlobalTable Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalTable

Generic GlobalTable Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalTable

Associated Types

type Rep GlobalTable :: Type -> Type #

NFData GlobalTable Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalTable

Methods

rnf :: GlobalTable -> () #

Hashable GlobalTable Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalTable

FromJSON GlobalTable Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalTable

type Rep GlobalTable Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalTable

type Rep GlobalTable = D1 ('MetaData "GlobalTable" "Amazonka.DynamoDB.Types.GlobalTable" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "GlobalTable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Replica]))))

newGlobalTable :: GlobalTable Source #

Create a value of GlobalTable 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:globalTableName:GlobalTable', globalTable_globalTableName - The global table name.

$sel:replicationGroup:GlobalTable', globalTable_replicationGroup - The Regions where the global table has replicas.

globalTable_replicationGroup :: Lens' GlobalTable (Maybe [Replica]) Source #

The Regions where the global table has replicas.