We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2362edc commit a16bbbeCopy full SHA for a16bbbe
1 file changed
packages/aws-cdk-lib/aws-efs/README.md
@@ -81,6 +81,8 @@ This is to prevent deployment failures due to cross-AZ configurations.
81
You can create a replica of your EFS file system in the AWS Region of your preference.
82
83
```ts
84
+import * as kms from 'aws-cdk-lib/aws-kms';
85
+
86
declare const vpc: ec2.Vpc;
87
declare const kmsKey: kms.Key;
88
0 commit comments