public static final class CfnUserPool.SchemaAttributeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.SchemaAttributeProperty
CfnUserPool.SchemaAttributeProperty
CfnUserPool.SchemaAttributeProperty.Builder, CfnUserPool.SchemaAttributeProperty.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAttributeDataType()
The attribute data type.
|
java.lang.Object |
getDeveloperOnlyAttribute()
> We recommend that you use [WriteAttributes](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UserPoolClientType.html#CognitoUserPools-Type-UserPoolClientType-WriteAttributes) in the user pool client to control how attributes can be mutated for new use cases instead of using `DeveloperOnlyAttribute` .
|
java.lang.Object |
getMutable()
Specifies whether the value of the attribute can be changed.
|
java.lang.String |
getName()
A schema attribute of the name type.
|
java.lang.Object |
getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.
|
java.lang.Object |
getRequired()
Specifies whether a user pool attribute is required.
|
java.lang.Object |
getStringAttributeConstraints()
Specifies the constraints for an attribute of the string type.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAttributeDataType()
CfnUserPool.SchemaAttributeProperty
getAttributeDataType
in interface CfnUserPool.SchemaAttributeProperty
public final java.lang.Object getDeveloperOnlyAttribute()
CfnUserPool.SchemaAttributeProperty
Specifies whether the attribute type is developer only. This attribute can only be modified by an administrator. Users will not be able to modify this attribute using their access token.
getDeveloperOnlyAttribute
in interface CfnUserPool.SchemaAttributeProperty
public final java.lang.Object getMutable()
CfnUserPool.SchemaAttributeProperty
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to true
. Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If an attribute is immutable, Amazon Cognito throws an error when it attempts to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool .
getMutable
in interface CfnUserPool.SchemaAttributeProperty
public final java.lang.String getName()
CfnUserPool.SchemaAttributeProperty
getName
in interface CfnUserPool.SchemaAttributeProperty
public final java.lang.Object getNumberAttributeConstraints()
CfnUserPool.SchemaAttributeProperty
getNumberAttributeConstraints
in interface CfnUserPool.SchemaAttributeProperty
public final java.lang.Object getRequired()
CfnUserPool.SchemaAttributeProperty
If the attribute is required and the user doesn't provide a value, registration or sign-in will fail.
getRequired
in interface CfnUserPool.SchemaAttributeProperty
public final java.lang.Object getStringAttributeConstraints()
CfnUserPool.SchemaAttributeProperty
getStringAttributeConstraints
in interface CfnUserPool.SchemaAttributeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()