We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ddfcf commit 69bb97fCopy full SHA for 69bb97f
src/index.ts
@@ -81,6 +81,7 @@ export class JumpBox extends Construct {
81
this.keyPair = new KeyPair(this, 'KeyPair', {
82
name: id.pascal,
83
kms: props.kmsKey,
84
+ resourcePrefix: 'x', // https://github.com/udondan/cdk-ec2-key-pair/issues/53
85
storePublicKey: true,
86
});
87
} else {
0 commit comments