Amazon Cognito UserPool PasswordPolicy
PasswordPolicy is a subproperty of the Amazon Cognito UserPool Policies
property that defines the password policy of an Amazon Cognito User Pool.
Syntax
JSON
{ "MinimumLength" :Integer, "RequireLowercase" :Boolean, "RequireNumbers" :Boolean, "RequireSymbols" :Boolean, "RequireUppercase" :Boolean}
YAML
MinimumLength:IntegerRequireLowercase:BooleanRequireNumbers:BooleanRequireSymbols:BooleanRequireUppercase:Boolean
Properties
MinimumLength-
The minimum length of the password policy that you have set. Cannot be less than 6.
Type: Integer
Required: No
RequireLowercase-
In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
Type: Boolean
Required: No
RequireNumbers-
In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
Type: Boolean
Required: No
RequireSymbols-
In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
Type: Boolean
Required: No
RequireUppercase-
In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
Type: Boolean
Required: No
