@Stability(value=Stable) @Internal public static final class CfnUserPool.SchemaAttributeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.SchemaAttributeProperty
CfnUserPool.SchemaAttributePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPool.SchemaAttributeProperty.Builder, CfnUserPool.SchemaAttributeProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnUserPool.SchemaAttributeProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnUserPool.AccountRecoverySettingProperty.Builder. |
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(Object o) |
String |
getAttributeDataType()
The attribute data type.
|
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` .
|
Object |
getMutable()
Specifies whether the value of the attribute can be changed.
|
String |
getName()
A schema attribute of the name type.
|
Object |
getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.
|
Object |
getRequired()
Specifies whether a user pool attribute is required.
|
Object |
getStringAttributeConstraints()
Specifies the constraints for an attribute of the string 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(CfnUserPool.SchemaAttributeProperty.Builder builder)
CfnUserPool.AccountRecoverySettingProperty.Builder.public final String getAttributeDataType()
CfnUserPool.SchemaAttributePropertygetAttributeDataType in interface CfnUserPool.SchemaAttributePropertypublic final Object getDeveloperOnlyAttribute()
CfnUserPool.SchemaAttributePropertySpecifies 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.SchemaAttributePropertypublic final 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.SchemaAttributePropertypublic final String getName()
CfnUserPool.SchemaAttributePropertygetName in interface CfnUserPool.SchemaAttributePropertypublic final Object getNumberAttributeConstraints()
CfnUserPool.SchemaAttributePropertygetNumberAttributeConstraints in interface CfnUserPool.SchemaAttributePropertypublic final Object getRequired()
CfnUserPool.SchemaAttributePropertyIf the attribute is required and the user doesn't provide a value, registration or sign-in will fail.
getRequired in interface CfnUserPool.SchemaAttributePropertypublic final Object getStringAttributeConstraints()
CfnUserPool.SchemaAttributePropertygetStringAttributeConstraints in interface CfnUserPool.SchemaAttributeProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.