| 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.DynamoDB.Types.GlobalTable
Description
Synopsis
Documentation
data GlobalTable Source #
Represents the properties of a global table.
See: newGlobalTable smart constructor.
Constructors
| GlobalTable' | |
Fields
| |
Instances
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_globalTableName :: Lens' GlobalTable (Maybe Text) Source #
The global table name.
globalTable_replicationGroup :: Lens' GlobalTable (Maybe [Replica]) Source #
The Regions where the global table has replicas.