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 |
Synopsis
Documentation
data GlobalTable Source #
Represents the properties of a global table.
See: newGlobalTable
smart constructor.
GlobalTable' | |
|
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.