@Stability(value=Stable) @Internal public static final class CfnUserPool.UserAttributeUpdateSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.UserAttributeUpdateSettingsProperty
CfnUserPool.UserAttributeUpdateSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPool.UserAttributeUpdateSettingsProperty.Builder, CfnUserPool.UserAttributeUpdateSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnUserPool.UserAttributeUpdateSettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnUserPool.AccountRecoverySettingProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAttributesRequireVerificationBeforeUpdate()
Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the value of that attribute.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnUserPool.UserAttributeUpdateSettingsProperty.Builder builder)
CfnUserPool.AccountRecoverySettingProperty.Builder.public final List<String> getAttributesRequireVerificationBeforeUpdate()
CfnUserPool.UserAttributeUpdateSettingsPropertyWhen you update a user attribute that has this option activated, Amazon Cognito sends a verification message to the new phone number or email address. Amazon Cognito doesn’t change the value of the attribute until your user responds to the verification message and confirms the new value.
You can verify an updated email address or phone number with a VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set email_verified or phone_number_verified to true.
When AttributesRequireVerificationBeforeUpdate is false, your user pool doesn't require that your users verify attribute changes before Amazon Cognito updates them. In a user pool where AttributesRequireVerificationBeforeUpdate is false, API operations that change attribute values can immediately update a user’s email or phone_number attribute.
getAttributesRequireVerificationBeforeUpdate in interface CfnUserPool.UserAttributeUpdateSettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.