User Pool Schema Args
data class UserPoolSchemaArgs(val attributeDataType: Output<String>, val developerOnlyAttribute: Output<Boolean>? = null, val mutable: Output<Boolean>? = null, val name: Output<String>, val numberAttributeConstraints: Output<UserPoolSchemaNumberAttributeConstraintsArgs>? = null, val required: Output<Boolean>? = null, val stringAttributeConstraints: Output<UserPoolSchemaStringAttributeConstraintsArgs>? = null) : ConvertibleToJava<UserPoolSchemaArgs>
Constructors
Link copied to clipboard
fun UserPoolSchemaArgs(attributeDataType: Output<String>, developerOnlyAttribute: Output<Boolean>? = null, mutable: Output<Boolean>? = null, name: Output<String>, numberAttributeConstraints: Output<UserPoolSchemaNumberAttributeConstraintsArgs>? = null, required: Output<Boolean>? = null, stringAttributeConstraints: Output<UserPoolSchemaStringAttributeConstraintsArgs>? = null)