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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CustomAttributeConfig
CustomAttributeConfig.Builder, CustomAttributeConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CustomAttributeConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomAttributeConfig.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The data type of the custom attribute.final Boolean
Specifies 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 int
hashCode()
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:CustomAttributeConfig
The data type of the custom attribute.- Specified by:
getDataType
in interfaceCustomAttributeConfig
- See Also:
-
getMutable
Description copied from interface:CustomAttributeConfig
Specifies 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:
getMutable
in interfaceCustomAttributeConfig
-
getNumberConstraints
Description copied from interface:CustomAttributeConfig
The constraints for a custom attribute of the 'Number' data type.Default: - None.
- Specified by:
getNumberConstraints
in interfaceCustomAttributeConfig
-
getStringConstraints
Description copied from interface:CustomAttributeConfig
The constraints for a custom attribute of 'String' data type.Default: - None.
- Specified by:
getStringConstraints
in interfaceCustomAttributeConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-