UserPoolUserAttributeUpdateSettingsArgs

data class UserPoolUserAttributeUpdateSettingsArgs(val attributesRequireVerificationBeforeUpdates: Output<List<String>>) : ConvertibleToJava<UserPoolUserAttributeUpdateSettingsArgs>

Constructors

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

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.

Functions

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