{
  "AttributesToGet": ["attribute1", "attribute2"],
  "KeyConditions": {
    "hashkey": {
      "AttributeValueList": [{
          "S": "hashkeyvalue"
        }
      ],
      "ComparisonOperator": "EQ"
    }
  },
  "ExclusiveStartKey": {
    "starthashkey": {
      "S": "starthashkeyvalue"
    }
  },
  "TableName": "tablename"
}
