UserPoolSchemaStringAttributeConstraintsArgs

data class UserPoolSchemaStringAttributeConstraintsArgs(val maxLength: Output<String>? = null, val minLength: Output<String>? = null) : ConvertibleToJava<UserPoolSchemaStringAttributeConstraintsArgs>

Constructors

constructor(maxLength: Output<String>? = null, minLength: Output<String>? = null)

Properties

Link copied to clipboard
val maxLength: Output<String>? = null

Maximum length of an attribute value of the string type.

Link copied to clipboard
val minLength: Output<String>? = null

Minimum length of an attribute value of the string type.

Functions

Link copied to clipboard
open override fun toJava(): UserPoolSchemaStringAttributeConstraintsArgs