# Functions
GetGlobalTable gets an existing GlobalTable resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetTable gets an existing Table resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetTableItem gets an existing TableItem resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Provides information about a DynamoDB table.
NewGlobalTable registers a new resource with the given unique name, arguments, and options.
NewTable registers a new resource with the given unique name, arguments, and options.
NewTableItem registers a new resource with the given unique name, arguments, and options.
# Structs
A collection of arguments for invoking getTable.
A collection of values returned by getTable.
Provides a resource to manage a DynamoDB Global Table.
The set of arguments for constructing a GlobalTable resource.
Input properties used for looking up and filtering GlobalTable resources.
Provides a DynamoDB table resource
> **Note:** It is recommended to use `lifecycle` [`ignoreChanges`](https://www.terraform.io/docs/configuration/resources.html#ignore_changes) for `readCapacity` and/or `writeCapacity` if there's [autoscaling policy](https://www.terraform.io/docs/providers/aws/r/appautoscaling_policy.html) attached to the table.
The set of arguments for constructing a Table resource.
Provides a DynamoDB table item resource
> **Note:** This resource is not meant to be used for managing large amounts of data in your table, it is not designed to scale.
The set of arguments for constructing a TableItem resource.
Input properties used for looking up and filtering TableItem resources.
Input properties used for looking up and filtering Table resources.