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
-
The minimum number of lowercase letters required in passwords.
Type: Integer
Required: No
- minLength
-
The minimum password length in characters.
Type: Integer
Required: No
- numbers
-
The minimum number of numeric characters required in passwords.
Type: Integer
Required: No
- symbols
-
The minimum number of special symbol characters required in passwords.
Type: Integer
Required: No
- uppercase
-
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: