Skip to content

Commit 49080c6

Browse files
author
Sam Goodwin
authoredFeb 11, 2019
fix(kms): have EncryptionKeyBase implement IEncryptionKey (#1728)
1 parent 2016b8d commit 49080c6

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-kms/lib

1 file changed

+1
-1
lines changed
 

‎packages/@aws-cdk/aws-kms/lib/key.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface EncryptionKeyImportProps {
3737
keyArn: string;
3838
}
3939

40-
export abstract class EncryptionKeyBase extends Construct {
40+
export abstract class EncryptionKeyBase extends Construct implements IEncryptionKey {
4141
/**
4242
* The ARN of the key.
4343
*/

0 commit comments

Comments
 (0)