UserPoolSchemaNumberAttributeConstraintsArgs

data class UserPoolSchemaNumberAttributeConstraintsArgs(val maxValue: Output<String>? = null, val minValue: Output<String>? = null) : ConvertibleToJava<UserPoolSchemaNumberAttributeConstraintsArgs>

Constructors

constructor(maxValue: Output<String>? = null, minValue: Output<String>? = null)

Properties

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

Maximum value of an attribute that is of the number data type.

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

Minimum value of an attribute that is of the number data type.

Functions

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