Class CfnUserPool.UserAttributeUpdateSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPool.UserAttributeUpdateSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPool.UserAttributeUpdateSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPool.UserAttributeUpdateSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnUserPool.UserAttributeUpdateSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPool.UserAttributeUpdateSettingsProperty
An implementation for
CfnUserPool.UserAttributeUpdateSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPool.UserAttributeUpdateSettingsProperty
CfnUserPool.UserAttributeUpdateSettingsProperty.Builder, CfnUserPool.UserAttributeUpdateSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPool.UserAttributeUpdateSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanRequires that your user verifies their email address, phone number, or both before Amazon Cognito updates the value of that attribute.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserPool.UserAttributeUpdateSettingsProperty.Builder.
-
-
Method Details
-
getAttributesRequireVerificationBeforeUpdate
Description copied from interface:CfnUserPool.UserAttributeUpdateSettingsPropertyRequires that your user verifies their email address, phone number, or both before Amazon Cognito updates the value of that attribute.When 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.
When
AttributesRequireVerificationBeforeUpdateis false, your user pool doesn't require that your users verify attribute changes before Amazon Cognito updates them. In a user pool whereAttributesRequireVerificationBeforeUpdateis false, API operations that change attribute values can immediately update a user’semailorphone_numberattribute.- Specified by:
getAttributesRequireVerificationBeforeUpdatein interfaceCfnUserPool.UserAttributeUpdateSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-