This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Cognito::UserPool Policies
A list of user pool policies. Contains the policy that sets password-complexity requirements.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PasswordPolicy" :PasswordPolicy, "SignInPolicy" :SignInPolicy}
Properties
- PasswordPolicy
- 
                    The password policy settings for a user pool, including complexity, history, and length requirements. Required: No Type: PasswordPolicy Update requires: No interruption 
- SignInPolicy
- 
                    The policy for allowed types of authentication in a user pool. To activate this setting, your user pool must be in the Essentials tier or higher. Required: No Type: SignInPolicy Update requires: No interruption