@Stability(value=Experimental) @Internal public static final class CustomAttributeConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomAttributeConfig
CustomAttributeConfigsoftware.amazon.jsii.JsiiObject.InitializationModeCustomAttributeConfig.Builder, CustomAttributeConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String dataType,
Boolean mutable,
NumberAttributeConstraints numberConstraints,
StringAttributeConstraints stringConstraints)
Constructor that initializes the object based on literal property values passed by the
CustomAttributeConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDataType()
(experimental) The data type of the custom attribute.
|
Boolean |
getMutable()
(experimental) Specifies whether the value of the attribute can be changed.
|
NumberAttributeConstraints |
getNumberConstraints()
(experimental) The constraints for a custom attribute of the 'Number' data type.
|
StringAttributeConstraints |
getStringConstraints()
(experimental) The constraints for a custom attribute of 'String' data type.
|
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(String dataType, Boolean mutable, NumberAttributeConstraints numberConstraints, StringAttributeConstraints stringConstraints)
CustomAttributeConfig.Builder.public final String getDataType()
CustomAttributeConfiggetDataType in interface CustomAttributeConfighttps://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SchemaAttributeType.html#CognitoUserPools-Type-SchemaAttributeType-AttributeDataTypepublic final Boolean getMutable()
CustomAttributeConfigFor any user pool attribute that's mapped to an identity provider attribute, you must set this parameter to true. Amazon Cognito updates mapped attributes when users sign in to your application through an identity provider. If an attribute is immutable, Amazon Cognito throws an error when it attempts to update the attribute.
Default: false
getMutable in interface CustomAttributeConfigpublic final NumberAttributeConstraints getNumberConstraints()
CustomAttributeConfigDefault: - None.
getNumberConstraints in interface CustomAttributeConfigpublic final StringAttributeConstraints getStringConstraints()
CustomAttributeConfigDefault: - None.
getStringConstraints in interface CustomAttributeConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.