We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2016b8d commit 49080c6Copy full SHA for 49080c6
packages/@aws-cdk/aws-kms/lib/key.ts
@@ -37,7 +37,7 @@ export interface EncryptionKeyImportProps {
37
keyArn: string;
38
}
39
40
-export abstract class EncryptionKeyBase extends Construct {
+export abstract class EncryptionKeyBase extends Construct implements IEncryptionKey {
41
/**
42
* The ARN of the key.
43
*/
0 commit comments