pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.cognito.kotlin.outputs
/
UserPoolStringAttributeConstraints
User
Pool
String
Attribute
Constraints
data
class
UserPoolStringAttributeConstraints
(
val
maxLength
:
String
?
=
null
,
val
minLength
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
User
Pool
String
Attribute
Constraints
Link copied to clipboard
fun
UserPoolStringAttributeConstraints
(
maxLength
:
String
?
=
null
,
minLength
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Length
Link copied to clipboard
val
maxLength
:
String
?
=
null
min
Length
Link copied to clipboard
val
minLength
:
String
?
=
null