

# PasswordRequirements


Defines password complexity requirements for users in a security group, including minimum length and character type requirements.

## Contents


**Note**  
In the following list, the required parameters are described first.

 ** lowercase **   <a name="wickr-Type-PasswordRequirements-lowercase"></a>
The minimum number of lowercase letters required in passwords.  
Type: Integer  
Required: No

 ** minLength **   <a name="wickr-Type-PasswordRequirements-minLength"></a>
The minimum password length in characters.  
Type: Integer  
Required: No

 ** numbers **   <a name="wickr-Type-PasswordRequirements-numbers"></a>
The minimum number of numeric characters required in passwords.  
Type: Integer  
Required: No

 ** symbols **   <a name="wickr-Type-PasswordRequirements-symbols"></a>
The minimum number of special symbol characters required in passwords.  
Type: Integer  
Required: No

 ** uppercase **   <a name="wickr-Type-PasswordRequirements-uppercase"></a>
The minimum number of uppercase letters required in passwords.  
Type: Integer  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/wickr-2024-02-01/PasswordRequirements) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/wickr-2024-02-01/PasswordRequirements) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/wickr-2024-02-01/PasswordRequirements) 