You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-cognito/README.md
+10
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,16 @@ new cognito.UserPool(this, 'UserPool', {
356
356
The default for account recovery is by phone if available and by email otherwise.
357
357
A user will not be allowed to reset their password via phone if they are also using it for MFA.
358
358
359
+
#### Advanced Security Mode
360
+
361
+
User pools can be configured to use Advanced security. You can turn the user pool advanced security features on, and customize the actions that are taken in response to different risks. Or you can use audit mode to gather metrics on detected risks without taking action. In audit mode, the advanced security features publish metrics to Amazon CloudWatch. See the [documentation on Advanced security](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-advanced-security.html) to learn more.
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-cognito/test/integ.user-pool-explicit-props.js.snapshot/integ-user-pool.template.json
0 commit comments