Data retrieval APIs for Amazon DynamoDB Accelerator (DAX)
Amazon DynamoDB Accelerator (DAX) provides the following APIs for data retrieval.
| Actions | Description | Access level |
|---|---|---|
| BatchGetItem | Return the attributes of one or more items from one or more tables | Read |
| ConditionCheckItem | The ConditionCheckItem operation that checks the existence of a set of attributes for the item with the given primary key | Read |
| DescribeClusters | Return information about all provisioned DAX clusters | List |
| DescribeDefaultParameters | Return the default system parameter information for DAX | List |
| DescribeEvents | Return events related to DAX clusters and parameter groups | List |
| DescribeParameterGroups | Return a list of parameter group descriptions | List |
| DescribeParameters | Return the detailed parameter list for a particular parameter group | Read |
| DescribeSubnetGroups | Return a list of subnet group descriptions | List |
| GetItem | The GetItem operation that returns a set of attributes for the item with the given primary key | Read |
| ListTags | Return a list all of the tags for a DAX cluster | Read |
| Query | Use the primary key of a table or a secondary index to directly access items from that table or index | Read |
| Scan | Return one or more items and item attributes by accessing every item in a table or a secondary index | Read |