Class CustomAttributeConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CustomAttributeConfig.Jsii$Proxy
- All Implemented Interfaces:
CustomAttributeConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CustomAttributeConfig
@Stability(Stable)
@Internal
public static final class CustomAttributeConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomAttributeConfig
An implementation for
CustomAttributeConfig-
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.CustomAttributeConfig
CustomAttributeConfig.Builder, CustomAttributeConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CustomAttributeConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomAttributeConfig.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 booleanfinal StringThe data type of the custom attribute.final BooleanSpecifies whether the value of the attribute can be changed.The constraints for a custom attribute of the 'Number' data type.The constraints for a custom attribute of 'String' data type.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 theCustomAttributeConfig.Builder.
-
-
Method Details
-
getDataType
Description copied from interface:CustomAttributeConfigThe data type of the custom attribute.- Specified by:
getDataTypein interfaceCustomAttributeConfig- See Also:
-
getMutable
Description copied from interface:CustomAttributeConfigSpecifies whether the value of the attribute can be changed.For 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
- Specified by:
getMutablein interfaceCustomAttributeConfig
-
getNumberConstraints
Description copied from interface:CustomAttributeConfigThe constraints for a custom attribute of the 'Number' data type.Default: - None.
- Specified by:
getNumberConstraintsin interfaceCustomAttributeConfig
-
getStringConstraints
Description copied from interface:CustomAttributeConfigThe constraints for a custom attribute of 'String' data type.Default: - None.
- Specified by:
getStringConstraintsin interfaceCustomAttributeConfig
-
$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()
-