User Pool Password Policy Args
data class UserPoolPasswordPolicyArgs(val minimumLength: Output<Int>? = null, val requireLowercase: Output<Boolean>? = null, val requireNumbers: Output<Boolean>? = null, val requireSymbols: Output<Boolean>? = null, val requireUppercase: Output<Boolean>? = null, val temporaryPasswordValidityDays: Output<Int>? = null) : ConvertibleToJava<UserPoolPasswordPolicyArgs>
Properties
Link copied to clipboard
Minimum length of the password policy that you have set.
Link copied to clipboard
Whether you have required users to use at least one lowercase letter in their password.
Link copied to clipboard
Whether you have required users to use at least one number in their password.
Link copied to clipboard
Whether you have required users to use at least one symbol in their password.
Link copied to clipboard
Whether you have required users to use at least one uppercase letter in their password.
Link copied to clipboard
In the password policy you have set, refers to the number of days a temporary password is valid. If the user does not sign-in during this time, their password will need to be reset by an administrator.