Skip to content

Commit df0fdae

Browse files
authored
Some rephrasing
1 parent 16fb75f commit df0fdae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@aws-cdk/aws-glue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ new glue.SecurityConfiguration(stack, 'MySecurityConfiguration', {
5252
});
5353
```
5454

55-
By default, a shared KMS key is created for use with the encryption configurations that require one but you can supply your own `kmsKey`
55+
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:
5656

5757
```ts
5858
new glue.SecurityConfiguration(stack, 'MySecurityConfiguration', {

0 commit comments

Comments
 (0)