@Stability(value=Stable) @Internal public static final class CfnUserPoolProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolProps
CfnUserPoolPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPoolProps.Builder, CfnUserPoolProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnUserPoolProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnUserPoolProps.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) |
Object |
getAccountRecoverySetting()
Use this setting to define which verified available method a user can use to recover their password when they call `ForgotPassword` .
|
Object |
getAdminCreateUserConfig()
The configuration for creating a new user profile.
|
List<String> |
getAliasAttributes()
Attributes supported as an alias for this user pool.
|
List<String> |
getAutoVerifiedAttributes()
The attributes to be auto-verified.
|
Object |
getDeviceConfiguration()
The device configuration.
|
Object |
getEmailConfiguration()
The email configuration of your user pool.
|
String |
getEmailVerificationMessage()
A string representing the email verification message.
|
String |
getEmailVerificationSubject()
A string representing the email verification subject.
|
List<String> |
getEnabledMfas()
Enables MFA on a specified user pool.
|
Object |
getLambdaConfig()
The Lambda trigger configuration information for the new user pool.
|
String |
getMfaConfiguration()
The multi-factor (MFA) configuration.
|
Object |
getPolicies()
The policy associated with a user pool.
|
Object |
getSchema()
The schema attributes for the new user pool.
|
String |
getSmsAuthenticationMessage()
A string representing the SMS authentication message.
|
Object |
getSmsConfiguration()
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your AWS account through Amazon Simple Notification Service.
|
String |
getSmsVerificationMessage()
A string representing the SMS verification message.
|
Object |
getUserAttributeUpdateSettings()
The settings for updates to user attributes.
|
List<String> |
getUsernameAttributes()
Determines whether email addresses or phone numbers can be specified as user names when a user signs up.
|
Object |
getUsernameConfiguration()
You can choose to set case sensitivity on the username input for the selected sign-in option.
|
Object |
getUserPoolAddOns()
Enables advanced security risk detection.
|
String |
getUserPoolName()
A string used to name the user pool.
|
Object |
getUserPoolTags()
The tag keys and values to assign to the user pool.
|
Object |
getVerificationMessageTemplate()
The template for the verification message that the user sees when the app requests permission to access the user's information.
|
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(CfnUserPoolProps.Builder builder)
CfnUserPoolProps.Builder.public final Object getAccountRecoverySetting()
CfnUserPoolPropsIt allows you to define a preferred method when a user has more than one method available. With this setting, SMS does not qualify for a valid password recovery mechanism if the user also has SMS MFA enabled. In the absence of this setting, Cognito uses the legacy behavior to determine the recovery method where SMS is preferred over email.
getAccountRecoverySetting in interface CfnUserPoolPropspublic final Object getAdminCreateUserConfig()
CfnUserPoolPropsgetAdminCreateUserConfig in interface CfnUserPoolPropspublic final List<String> getAliasAttributes()
CfnUserPoolProps
This user pool property cannot be updated.
getAliasAttributes in interface CfnUserPoolPropspublic final List<String> getAutoVerifiedAttributes()
CfnUserPoolPropsPossible values: email , phone_number .
getAutoVerifiedAttributes in interface CfnUserPoolPropspublic final Object getDeviceConfiguration()
CfnUserPoolPropsgetDeviceConfiguration in interface CfnUserPoolPropspublic final Object getEmailConfiguration()
CfnUserPoolPropsThe email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
getEmailConfiguration in interface CfnUserPoolPropspublic final String getEmailVerificationMessage()
CfnUserPoolPropsEmailVerificationMessage is allowed only if EmailSendingAccount is DEVELOPER.
getEmailVerificationMessage in interface CfnUserPoolPropspublic final String getEmailVerificationSubject()
CfnUserPoolPropsEmailVerificationSubject is allowed only if EmailSendingAccount is DEVELOPER.
getEmailVerificationSubject in interface CfnUserPoolPropspublic final List<String> getEnabledMfas()
CfnUserPoolPropsTo disable all MFAs after it has been enabled, set MfaConfiguration to “OFF” and remove EnabledMfas. MFAs can only be all disabled if MfaConfiguration is OFF. Once SMS_MFA is enabled, SMS_MFA can only be disabled by setting MfaConfiguration to “OFF”. Can be one of the following values:
SMS_MFA - Enables SMS MFA for the user pool. SMS_MFA can only be enabled if SMS configuration is provided.SOFTWARE_TOKEN_MFA - Enables software token MFA for the user pool.
Allowed values: SMS_MFA | SOFTWARE_TOKEN_MFA
getEnabledMfas in interface CfnUserPoolPropspublic final Object getLambdaConfig()
CfnUserPoolProps
In a push model, event sources (such as Amazon S3 and custom applications) need permission to invoke a function. So you must make an extra call to add permission for these event sources to invoke your Lambda function.
For more information on using the Lambda API to add permission, see AddPermission .
For adding permission using the AWS CLI , see add-permission .
getLambdaConfig in interface CfnUserPoolPropspublic final String getMfaConfiguration()
CfnUserPoolProps
OFF MFA won't be used for any users.ON MFA is required for all users to sign in.OPTIONAL MFA will be required only for individual users who have an MFA factor activated.getMfaConfiguration in interface CfnUserPoolPropspublic final Object getPolicies()
CfnUserPoolPropsgetPolicies in interface CfnUserPoolPropspublic final Object getSchema()
CfnUserPoolProps
During a user pool update, you can add new schema attributes but you cannot modify or delete an existing schema attribute.
getSchema in interface CfnUserPoolPropspublic final String getSmsAuthenticationMessage()
CfnUserPoolPropsgetSmsAuthenticationMessage in interface CfnUserPoolPropspublic final Object getSmsConfiguration()
CfnUserPoolPropsTo send SMS messages with Amazon SNS in the AWS Region that you want, the Amazon Cognito user pool uses an AWS Identity and Access Management (IAM) role in your AWS account .
getSmsConfiguration in interface CfnUserPoolPropspublic final String getSmsVerificationMessage()
CfnUserPoolPropsgetSmsVerificationMessage in interface CfnUserPoolPropspublic final Object getUserAttributeUpdateSettings()
CfnUserPoolProps
These settings include the property AttributesRequireVerificationBeforeUpdate ,
a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For
more information, see Verifying updates to to email addresses and phone numbers .
getUserAttributeUpdateSettings in interface CfnUserPoolPropspublic final List<String> getUsernameAttributes()
CfnUserPoolProps
Possible values: phone_number or email .
This user pool property cannot be updated.
getUsernameAttributes in interface CfnUserPoolPropspublic final Object getUsernameConfiguration()
CfnUserPoolProps
For example, when this is set to False , users will be able to sign in using either "username" or "Username". This configuration is immutable once it has been set.
getUsernameConfiguration in interface CfnUserPoolPropspublic final Object getUserPoolAddOns()
CfnUserPoolProps
Set the key AdvancedSecurityMode to the value "AUDIT".
getUserPoolAddOns in interface CfnUserPoolPropspublic final String getUserPoolName()
CfnUserPoolPropsgetUserPoolName in interface CfnUserPoolPropspublic final Object getUserPoolTags()
CfnUserPoolPropsA tag is a label that you can use to categorize and manage user pools in different ways, such as by purpose, owner, environment, or other criteria.
getUserPoolTags in interface CfnUserPoolPropspublic final Object getVerificationMessageTemplate()
CfnUserPoolPropsgetVerificationMessageTemplate in interface CfnUserPoolProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.