Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; 
otherwise, the operation uses eventually consistent reads.

**Example**

```javascript
.consistentRead(true || false)
```

**AWS Documentation Link**

[]()