attributesRequireVerificationBeforeUpdates

@JvmName(name = "ruswrdnkbhdqycms")
suspend fun attributesRequireVerificationBeforeUpdates(value: Output<List<String>>)
@JvmName(name = "pamnhppcrocbfhqc")
suspend fun attributesRequireVerificationBeforeUpdates(value: List<String>)

Parameters

value

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.


@JvmName(name = "inlrtmhnlvcvarhw")
suspend fun attributesRequireVerificationBeforeUpdates(vararg values: Output<String>)


@JvmName(name = "rvgtwgxuedsbmojd")
suspend fun attributesRequireVerificationBeforeUpdates(values: List<Output<String>>)
@JvmName(name = "cjhhrjbowgjisdcb")
suspend fun attributesRequireVerificationBeforeUpdates(vararg values: String)

Parameters

values

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.