UserPoolUsernameConfiguration

data class UserPoolUsernameConfiguration(val caseSensitive: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caseSensitive: Boolean? = null

Whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.