Class CfnUserPoolProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnUserPoolProps
CfnUserPoolProps-
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.CfnUserPoolProps
CfnUserPoolProps.Builder, CfnUserPoolProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolProps.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 ObjectUse this setting to define which verified available method a user can use to recover their password when they callForgotPassword.final ObjectThe configuration for creating a new user profile.Attributes supported as an alias for this user pool.The attributes to be auto-verified.final StringWhen active,DeletionProtectionprevents accidental deletion of your user pool.final ObjectThe device-remembering configuration for a user pool.final ObjectThe email configuration of your user pool.final StringThis parameter is no longer used.final StringThis parameter is no longer used.Enables MFA on a specified user pool.final ObjectThe Lambda trigger configuration information for the new user pool.final StringThe multi-factor authentication (MFA) configuration.final ObjectThe policy associated with a user pool.final ObjectThe schema attributes for the new user pool.final StringA string representing the SMS authentication message.final ObjectThe 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.final StringThis parameter is no longer used.final ObjectThe settings for updates to user attributes.Determines whether email addresses or phone numbers can be specified as user names when a user signs up.final ObjectYou can choose to set case sensitivity on the username input for the selected sign-in option.final ObjectEnables advanced security risk detection.final StringA string used to name the user pool.final ObjectThe tag keys and values to assign to the user pool.final ObjectThe template for the verification message that the user sees when the app requests permission to access the user's information.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 theCfnUserPoolProps.Builder.
-
-
Method Details
-
getAccountRecoverySetting
Description copied from interface:CfnUserPoolPropsUse this setting to define which verified available method a user can use to recover their password when they callForgotPassword.It 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.
- Specified by:
getAccountRecoverySettingin interfaceCfnUserPoolProps
-
getAdminCreateUserConfig
Description copied from interface:CfnUserPoolPropsThe configuration for creating a new user profile.- Specified by:
getAdminCreateUserConfigin interfaceCfnUserPoolProps
-
getAliasAttributes
Description copied from interface:CfnUserPoolPropsAttributes supported as an alias for this user pool. Possible values: phone_number , email , or preferred_username .This user pool property cannot be updated.
- Specified by:
getAliasAttributesin interfaceCfnUserPoolProps
-
getAutoVerifiedAttributes
Description copied from interface:CfnUserPoolPropsThe attributes to be auto-verified.Possible values: email , phone_number .
- Specified by:
getAutoVerifiedAttributesin interfaceCfnUserPoolProps
-
getDeletionProtection
Description copied from interface:CfnUserPoolPropsWhen active,DeletionProtectionprevents accidental deletion of your user pool.Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.
When you try to delete a protected user pool in a
DeleteUserPoolAPI request, Amazon Cognito returns anInvalidParameterExceptionerror. To delete a protected user pool, send a newDeleteUserPoolrequest after you deactivate deletion protection in anUpdateUserPoolAPI request.- Specified by:
getDeletionProtectionin interfaceCfnUserPoolProps
-
getDeviceConfiguration
Description copied from interface:CfnUserPoolPropsThe device-remembering configuration for a user pool.A null value indicates that you have deactivated device remembering in your user pool.
When you provide a value for any
DeviceConfigurationfield, you activate the Amazon Cognito device-remembering feature.- Specified by:
getDeviceConfigurationin interfaceCfnUserPoolProps
-
getEmailConfiguration
Description copied from interface:CfnUserPoolPropsThe email configuration of your user pool.The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
- Specified by:
getEmailConfigurationin interfaceCfnUserPoolProps
-
getEmailVerificationMessage
Description copied from interface:CfnUserPoolPropsThis parameter is no longer used.- Specified by:
getEmailVerificationMessagein interfaceCfnUserPoolProps
-
getEmailVerificationSubject
Description copied from interface:CfnUserPoolPropsThis parameter is no longer used.- Specified by:
getEmailVerificationSubjectin interfaceCfnUserPoolProps
-
getEnabledMfas
Description copied from interface:CfnUserPoolPropsEnables MFA on a specified user pool.To 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- Specified by:
getEnabledMfasin interfaceCfnUserPoolProps
-
getLambdaConfig
Description copied from interface:CfnUserPoolPropsThe Lambda trigger configuration information for the new user pool.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 .
- Specified by:
getLambdaConfigin interfaceCfnUserPoolProps
-
getMfaConfiguration
Description copied from interface:CfnUserPoolPropsThe multi-factor authentication (MFA) configuration. Valid values include:.OFFMFA won't be used for any users.ONMFA is required for all users to sign in.OPTIONALMFA will be required only for individual users who have an MFA factor activated.
- Specified by:
getMfaConfigurationin interfaceCfnUserPoolProps
-
getPolicies
Description copied from interface:CfnUserPoolPropsThe policy associated with a user pool.- Specified by:
getPoliciesin interfaceCfnUserPoolProps
-
getSchema
Description copied from interface:CfnUserPoolPropsThe schema attributes for the new user pool. These attributes can be standard or custom attributes.During a user pool update, you can add new schema attributes but you cannot modify or delete an existing schema attribute.
- Specified by:
getSchemain interfaceCfnUserPoolProps
-
getSmsAuthenticationMessage
Description copied from interface:CfnUserPoolPropsA string representing the SMS authentication message.- Specified by:
getSmsAuthenticationMessagein interfaceCfnUserPoolProps
-
getSmsConfiguration
Description copied from interface:CfnUserPoolPropsThe 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.To 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 .
- Specified by:
getSmsConfigurationin interfaceCfnUserPoolProps
-
getSmsVerificationMessage
Description copied from interface:CfnUserPoolPropsThis parameter is no longer used.- Specified by:
getSmsVerificationMessagein interfaceCfnUserPoolProps
-
getUserAttributeUpdateSettings
Description copied from interface:CfnUserPoolPropsThe settings for updates to user attributes.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 email addresses and phone numbers .- Specified by:
getUserAttributeUpdateSettingsin interfaceCfnUserPoolProps
-
getUsernameAttributes
Description copied from interface:CfnUserPoolPropsDetermines whether email addresses or phone numbers can be specified as user names when a user signs up.Possible values:
phone_numberoremail.This user pool property cannot be updated.
- Specified by:
getUsernameAttributesin interfaceCfnUserPoolProps
-
getUsernameConfiguration
Description copied from interface:CfnUserPoolPropsYou can choose to set case sensitivity on the username input for the selected sign-in option.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.- Specified by:
getUsernameConfigurationin interfaceCfnUserPoolProps
-
getUserPoolAddOns
Description copied from interface:CfnUserPoolPropsEnables advanced security risk detection.Set the key
AdvancedSecurityModeto the value "AUDIT".- Specified by:
getUserPoolAddOnsin interfaceCfnUserPoolProps
-
getUserPoolName
Description copied from interface:CfnUserPoolPropsA string used to name the user pool.- Specified by:
getUserPoolNamein interfaceCfnUserPoolProps
-
getUserPoolTags
Description copied from interface:CfnUserPoolPropsThe tag keys and values to assign to the user pool.A 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.
- Specified by:
getUserPoolTagsin interfaceCfnUserPoolProps
-
getVerificationMessageTemplate
Description copied from interface:CfnUserPoolPropsThe template for the verification message that the user sees when the app requests permission to access the user's information.- Specified by:
getVerificationMessageTemplatein interfaceCfnUserPoolProps
-
$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()
-