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
, "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.
This data type is a request and response parameter of CreateUserPool and UpdateUserPool, and a response parameter of DescribeUserPool.
Required: No
Type: SignInPolicy
Update requires: No interruption