You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-glue/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ new glue.SecurityConfiguration(stack, 'MySecurityConfiguration', {
52
52
});
53
53
```
54
54
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:
0 commit comments