UserPoolUsernameConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val caseSensitive: Output<Boolean>

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

Functions

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