UserPoolSchemaStringAttributeConstraints

data class UserPoolSchemaStringAttributeConstraints(val maxLength: String? = null, val minLength: String? = null)

Constructors

Link copied to clipboard
constructor(maxLength: String? = null, minLength: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxLength: String? = null

Maximum length of an attribute value of the string type.

Link copied to clipboard
val minLength: String? = null

Minimum length of an attribute value of the string type.