@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:44.535Z") @Stability(value=Stable) public interface CfnUserPoolProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
Object userPoolTags;
CfnUserPoolProps cfnUserPoolProps = CfnUserPoolProps.builder()
.accountRecoverySetting(AccountRecoverySettingProperty.builder()
.recoveryMechanisms(List.of(RecoveryOptionProperty.builder()
.name("name")
.priority(123)
.build()))
.build())
.adminCreateUserConfig(AdminCreateUserConfigProperty.builder()
.allowAdminCreateUserOnly(false)
.inviteMessageTemplate(InviteMessageTemplateProperty.builder()
.emailMessage("emailMessage")
.emailSubject("emailSubject")
.smsMessage("smsMessage")
.build())
.unusedAccountValidityDays(123)
.build())
.aliasAttributes(List.of("aliasAttributes"))
.autoVerifiedAttributes(List.of("autoVerifiedAttributes"))
.deletionProtection("deletionProtection")
.deviceConfiguration(DeviceConfigurationProperty.builder()
.challengeRequiredOnNewDevice(false)
.deviceOnlyRememberedOnUserPrompt(false)
.build())
.emailConfiguration(EmailConfigurationProperty.builder()
.configurationSet("configurationSet")
.emailSendingAccount("emailSendingAccount")
.from("from")
.replyToEmailAddress("replyToEmailAddress")
.sourceArn("sourceArn")
.build())
.emailVerificationMessage("emailVerificationMessage")
.emailVerificationSubject("emailVerificationSubject")
.enabledMfas(List.of("enabledMfas"))
.lambdaConfig(LambdaConfigProperty.builder()
.createAuthChallenge("createAuthChallenge")
.customEmailSender(CustomEmailSenderProperty.builder()
.lambdaArn("lambdaArn")
.lambdaVersion("lambdaVersion")
.build())
.customMessage("customMessage")
.customSmsSender(CustomSMSSenderProperty.builder()
.lambdaArn("lambdaArn")
.lambdaVersion("lambdaVersion")
.build())
.defineAuthChallenge("defineAuthChallenge")
.kmsKeyId("kmsKeyId")
.postAuthentication("postAuthentication")
.postConfirmation("postConfirmation")
.preAuthentication("preAuthentication")
.preSignUp("preSignUp")
.preTokenGeneration("preTokenGeneration")
.userMigration("userMigration")
.verifyAuthChallengeResponse("verifyAuthChallengeResponse")
.build())
.mfaConfiguration("mfaConfiguration")
.policies(PoliciesProperty.builder()
.passwordPolicy(PasswordPolicyProperty.builder()
.minimumLength(123)
.requireLowercase(false)
.requireNumbers(false)
.requireSymbols(false)
.requireUppercase(false)
.temporaryPasswordValidityDays(123)
.build())
.build())
.schema(List.of(SchemaAttributeProperty.builder()
.attributeDataType("attributeDataType")
.developerOnlyAttribute(false)
.mutable(false)
.name("name")
.numberAttributeConstraints(NumberAttributeConstraintsProperty.builder()
.maxValue("maxValue")
.minValue("minValue")
.build())
.required(false)
.stringAttributeConstraints(StringAttributeConstraintsProperty.builder()
.maxLength("maxLength")
.minLength("minLength")
.build())
.build()))
.smsAuthenticationMessage("smsAuthenticationMessage")
.smsConfiguration(SmsConfigurationProperty.builder()
.externalId("externalId")
.snsCallerArn("snsCallerArn")
.snsRegion("snsRegion")
.build())
.smsVerificationMessage("smsVerificationMessage")
.userAttributeUpdateSettings(UserAttributeUpdateSettingsProperty.builder()
.attributesRequireVerificationBeforeUpdate(List.of("attributesRequireVerificationBeforeUpdate"))
.build())
.usernameAttributes(List.of("usernameAttributes"))
.usernameConfiguration(UsernameConfigurationProperty.builder()
.caseSensitive(false)
.build())
.userPoolAddOns(UserPoolAddOnsProperty.builder()
.advancedSecurityMode("advancedSecurityMode")
.build())
.userPoolName("userPoolName")
.userPoolTags(userPoolTags)
.verificationMessageTemplate(VerificationMessageTemplateProperty.builder()
.defaultEmailOption("defaultEmailOption")
.emailMessage("emailMessage")
.emailMessageByLink("emailMessageByLink")
.emailSubject("emailSubject")
.emailSubjectByLink("emailSubjectByLink")
.smsMessage("smsMessage")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolProps.Builder
A builder for
CfnUserPoolProps |
static class |
CfnUserPoolProps.Jsii$Proxy
An implementation for
CfnUserPoolProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolProps.Builder |
builder() |
default Object |
getAccountRecoverySetting()
Use this setting to define which verified available method a user can use to recover their password when they call `ForgotPassword` .
|
default Object |
getAdminCreateUserConfig()
The configuration for creating a new user profile.
|
default List<String> |
getAliasAttributes()
Attributes supported as an alias for this user pool.
|
default List<String> |
getAutoVerifiedAttributes()
The attributes to be auto-verified.
|
default String |
getDeletionProtection()
`AWS::Cognito::UserPool.DeletionProtection`.
|
default Object |
getDeviceConfiguration()
The device-remembering configuration for a user pool.
|
default Object |
getEmailConfiguration()
The email configuration of your user pool.
|
default String |
getEmailVerificationMessage()
This parameter is no longer used.
|
default String |
getEmailVerificationSubject()
This parameter is no longer used.
|
default List<String> |
getEnabledMfas()
Enables MFA on a specified user pool.
|
default Object |
getLambdaConfig()
The Lambda trigger configuration information for the new user pool.
|
default String |
getMfaConfiguration()
The multi-factor authentication (MFA) configuration.
|
default Object |
getPolicies()
The policy associated with a user pool.
|
default Object |
getSchema()
The schema attributes for the new user pool.
|
default String |
getSmsAuthenticationMessage()
A string representing the SMS authentication message.
|
default 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.
|
default String |
getSmsVerificationMessage()
This parameter is no longer used.
|
default Object |
getUserAttributeUpdateSettings()
The settings for updates to user attributes.
|
default List<String> |
getUsernameAttributes()
Determines whether email addresses or phone numbers can be specified as user names when a user signs up.
|
default Object |
getUsernameConfiguration()
You can choose to set case sensitivity on the username input for the selected sign-in option.
|
default Object |
getUserPoolAddOns()
Enables advanced security risk detection.
|
default String |
getUserPoolName()
A string used to name the user pool.
|
default Object |
getUserPoolTags()
The tag keys and values to assign to the user pool.
|
default Object |
getVerificationMessageTemplate()
The template for the verification message that the user sees when the app requests permission to access the user's information.
|
@Stability(value=Stable) @Nullable default Object getAccountRecoverySetting()
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.
@Stability(value=Stable) @Nullable default Object getAdminCreateUserConfig()
@Stability(value=Stable) @Nullable default List<String> getAliasAttributes()
This user pool property cannot be updated.
@Stability(value=Stable) @Nullable default List<String> getAutoVerifiedAttributes()
Possible values: email , phone_number .
@Stability(value=Stable) @Nullable default String getDeletionProtection()
@Stability(value=Stable) @Nullable default Object getDeviceConfiguration()
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.
@Stability(value=Stable) @Nullable default Object getEmailConfiguration()
The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
@Stability(value=Stable) @Nullable default String getEmailVerificationMessage()
@Stability(value=Stable) @Nullable default String getEmailVerificationSubject()
@Stability(value=Stable) @Nullable default List<String> getEnabledMfas()
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
@Stability(value=Stable) @Nullable default Object getLambdaConfig()
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 .
@Stability(value=Stable) @Nullable default String getMfaConfiguration()
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.@Stability(value=Stable) @Nullable default Object getPolicies()
@Stability(value=Stable) @Nullable default Object getSchema()
During a user pool update, you can add new schema attributes but you cannot modify or delete an existing schema attribute.
@Stability(value=Stable) @Nullable default String getSmsAuthenticationMessage()
@Stability(value=Stable) @Nullable default Object getSmsConfiguration()
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 .
@Stability(value=Stable) @Nullable default String getSmsVerificationMessage()
@Stability(value=Stable) @Nullable default Object getUserAttributeUpdateSettings()
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 .
@Stability(value=Stable) @Nullable default List<String> getUsernameAttributes()
Possible values: phone_number or email .
This user pool property cannot be updated.
@Stability(value=Stable) @Nullable default Object getUsernameConfiguration()
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.
@Stability(value=Stable) @Nullable default Object getUserPoolAddOns()
Set the key AdvancedSecurityMode to the value "AUDIT".
@Stability(value=Stable) @Nullable default String getUserPoolName()
@Stability(value=Stable) @Nullable default Object getUserPoolTags()
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.
@Stability(value=Stable) @Nullable default Object getVerificationMessageTemplate()
@Stability(value=Stable) static CfnUserPoolProps.Builder builder()
CfnUserPoolProps.Builder of CfnUserPoolPropsCopyright © 2022. All rights reserved.