UserPoolStringAttributeConstraintsArgs

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

Constructors

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

Properties

Link copied to clipboard
val maxLength: Output<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: Output<String>? = null

The minimum length of a string attribute value.

Functions

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