User Pool Schema Attribute
data class UserPoolSchemaAttribute(val attributeDataType: String? = null, val developerOnlyAttribute: Boolean? = null, val mutable: Boolean? = null, val name: String? = null, val numberAttributeConstraints: UserPoolNumberAttributeConstraints? = null, val required: Boolean? = null, val stringAttributeConstraints: UserPoolStringAttributeConstraints? = null)
Constructors
Link copied to clipboard
fun UserPoolSchemaAttribute(attributeDataType: String? = null, developerOnlyAttribute: Boolean? = null, mutable: Boolean? = null, name: String? = null, numberAttributeConstraints: UserPoolNumberAttributeConstraints? = null, required: Boolean? = null, stringAttributeConstraints: UserPoolStringAttributeConstraints? = null)