diff --git a/platform/src/components/aws/cognito-user-pool.ts b/platform/src/components/aws/cognito-user-pool.ts index 7b211e23b..2efb5ea93 100644 --- a/platform/src/components/aws/cognito-user-pool.ts +++ b/platform/src/components/aws/cognito-user-pool.ts @@ -17,7 +17,7 @@ interface Triggers { * When `customEmailSender` or `customSmsSender` are configured, Cognito encrypts the * verification code and temporary passwords before sending them to your Lambda functions. */ - kmsKey?: string; + kmsKey?: Input; /** * Triggered after the user successfully responds to the previous challenge, and a new * challenge needs to be created.