UserPoolUsernameConfigurationArgs

data class UserPoolUsernameConfigurationArgs(val caseSensitive: Output<Boolean>? = null) : ConvertibleToJava<UserPoolUsernameConfigurationArgs>

Constructors

Link copied to clipboard
constructor(caseSensitive: Output<Boolean>? = null)

Properties

Link copied to clipboard
val caseSensitive: Output<Boolean>? = null

Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon Cognito APIs. For most use cases, set case sensitivity to False (case insensitive) as a best practice. When usernames and email addresses are case insensitive, users can sign in as the same user when they enter a different capitalization of their user name. Valid values include:

Functions

Link copied to clipboard
open override fun toJava(): UserPoolUsernameConfigurationArgs