Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Jun 11, 2018
1 parent 31ea989 commit 1e0dc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var Cat = dynamoose.model('Cat', { id: Number, name: String });

serverSideEncryption: boolean

Indicates whether server-side encryption is enabled (true) or disabled (false) on the table. This boolean will be passed into the `SSESpecification.Enabled` option property when creating the table. Currently (when feature was implemented) DynamoDB doesn't support updating a table to add or remove server-side encryption, therefor this option will only be respected on creation of table, if table already exists in DynamoDB when using Dynamoose this value will be ignored.
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table. This boolean will be passed into the `SSESpecification.Enabled` option property when creating the table. Currently (when feature was implemented) DynamoDB doesn't support updating a table to add or remove server-side encryption, therefore this option will only be respected on creation of table, if table already exists in DynamoDB when using Dynamoose this value will be ignored.

```js
var model = dynamoose.model('Cat', {...}, {
Expand Down

0 comments on commit 1e0dc71

Please sign in to comment.