TextValidation
Validation rules for a text field.
Contents
- MaxLength
-
The maximum number of characters for the text field.
Type: Integer
Required: Yes
- MinLength
-
The minimum number of characters for the text field.
Type: Integer
Required: Yes
- Pattern
-
The regular expression used to validate the text field.
Type: String
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: