AWS::Cognito::UserPool Policies
A list of user pool policies. Contains the policy that sets password-complexity requirements.
This data type is a request and response parameter of CreateUserPool and UpdateUserPool, and a response parameter of DescribeUserPool.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PasswordPolicy" :
PasswordPolicy
}
YAML
PasswordPolicy:
PasswordPolicy
Properties
PasswordPolicy
-
The password policy settings for a user pool, including complexity, history, and length requirements.
Required: No
Type: PasswordPolicy
Update requires: No interruption