UserPoolStringAttributeConstraints

data class UserPoolStringAttributeConstraints(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

The maximum length of a string attribute value. Must be a number less than or equal to 2^1023 , represented as a string with a length of 131072 characters or fewer.

Link copied to clipboard
val minLength: String? = null

The minimum length of a string attribute value.