01README
AWS DYNAMODB infrastructure models
02Models
@swamp/aws/dynamodb/global-tablev2026.04.23.2global_table.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| MultiRegionConsistency? | enum | |
| SSESpecification? | object | |
| StreamSpecification? | object | |
| WarmThroughput? | object | |
| Replicas | array | |
| WriteProvisionedThroughputSettings? | object | |
| GlobalTableSourceArn? | string | |
| WriteOnDemandThroughputSettings? | object | |
| GlobalTableWitnesses? | array | |
| TableName? | string | |
| AttributeDefinitions? | array | |
| BillingMode? | string | |
| GlobalSecondaryIndexes? | array | |
| KeySchema? | array | |
| LocalSecondaryIndexes? | array | |
| ReadProvisionedThroughputSettings? | object | |
| ReadOnDemandThroughputSettings? | object | |
| TimeToLiveSpecification? | object |
fn create()
Create a DynamoDB GlobalTable
fn get(identifier: string)
Get a DynamoDB GlobalTable
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DynamoDB GlobalTable |
fn update()
Update a DynamoDB GlobalTable
fn delete(identifier: string)
Delete a DynamoDB GlobalTable
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DynamoDB GlobalTable |
fn sync()
Sync DynamoDB GlobalTable state from AWS
Resources
state(infinite)— DynamoDB GlobalTable resource state
03Previous Versions
2026.04.23.2Apr 23, 2026
- Updated: global_table
2026.04.03.2Apr 3, 2026
- Updated: global_table
2026.03.19.1Mar 19, 2026
- Updated: global_table
2026.03.16.1Mar 16, 2026
- Updated: global_table
2026.03.10.5Mar 10, 2026
04Stats
A
100 / 100
Downloads
8
Archive size
200.2 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels