usernameConfiguration

@JvmName(name = "jipgcqgducawqarl")
suspend fun usernameConfiguration(value: Output<UserPoolUsernameConfigurationArgs>)
@JvmName(name = "bmrubuuucbcomamb")
suspend fun usernameConfiguration(value: UserPoolUsernameConfigurationArgs?)

Parameters

value

You can choose to set case sensitivity on the username input for the selected sign-in option. 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.


@JvmName(name = "qbkmpbaehtmmbgwn")
suspend fun usernameConfiguration(argument: suspend UserPoolUsernameConfigurationArgsBuilder.() -> Unit)

Parameters

argument

You can choose to set case sensitivity on the username input for the selected sign-in option. 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.