We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8682ac0 commit ad7af53Copy full SHA for ad7af53
1 file changed
packages/@aws-cdk/aws-cognito/test/user-pool-explicit-props.integ.snapshot/integ-user-pool.template.json
@@ -767,6 +767,9 @@
767
"email",
768
"phone_number"
769
],
770
+ "UserAttributeUpdateSettings": {
771
+ "AttributesRequireVerificationBeforeUpdate": ["email", "phone_number"]
772
+ },
773
"EmailVerificationMessage": "verification email body from the integ test. Code is {####}.",
774
"EmailVerificationSubject": "verification email subject from the integ test",
775
"LambdaConfig": {
0 commit comments