| Method and Description |
|---|
| software.amazon.awscdk.services.cognito.UserPool.Builder.emailSettings(EmailSettings)
Use 'email' instead.
|
| software.amazon.awscdk.services.cognito.UserPoolProps.Builder.emailSettings(EmailSettings)
Use 'email' instead.
|
| software.amazon.awscdk.services.cognito.StandardAttributes.Builder.emailVerified(StandardAttribute)
this is not a standard attribute and was incorrectly added to the CDK.
It is a Cognito built-in attribute and cannot be controlled as part of user pool creation.
|
| software.amazon.awscdk.services.cognito.UserPoolProps.getEmailSettings()
Use 'email' instead.
|
| software.amazon.awscdk.services.cognito.StandardAttributes.getEmailVerified()
this is not a standard attribute and was incorrectly added to the CDK.
It is a Cognito built-in attribute and cannot be controlled as part of user pool creation.
|
| software.amazon.awscdk.services.cognito.StandardAttributes.getPhoneNumberVerified()
this is not a standard attribute and was incorrectly added to the CDK.
It is a Cognito built-in attribute and cannot be controlled as part of user pool creation.
|
| software.amazon.awscdk.services.cognito.StandardAttributes.Builder.phoneNumberVerified(StandardAttribute)
this is not a standard attribute and was incorrectly added to the CDK.
It is a Cognito built-in attribute and cannot be controlled as part of user pool creation.
|
Copyright © 2022. All rights reserved.