UserPoolUserAttributeUpdateSettings

data class UserPoolUserAttributeUpdateSettings(val attributesRequireVerificationBeforeUpdates: List<String>)

Constructors

Link copied to clipboard
constructor(attributesRequireVerificationBeforeUpdates: List<String>)

Types

Link copied to clipboard
object Companion

Properties

A list of attributes requiring verification before update. If set, the provided value(s) must also be set in auto_verified_attributes. Valid values: email, phone_number.