Skip to content

Commit

Permalink
Some rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo authored Feb 15, 2021
1 parent 16fb75f commit df0fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ new glue.SecurityConfiguration(stack, 'MySecurityConfiguration', {
});
```

By default, a shared KMS key is created for use with the encryption configurations that require one but you can supply your own `kmsKey`
By default, a shared KMS key is created for use with the encryption configurations that require one. You can also supply your own key for each encryption config, for example, for CloudWatch encryption:

```ts
new glue.SecurityConfiguration(stack, 'MySecurityConfiguration', {
Expand Down

0 comments on commit df0fdae

Please sign in to comment.