usernameAttributes

@JvmName(name = "wolsvwxjhmyjaulp")
suspend fun usernameAttributes(value: Output<List<String>>)
@JvmName(name = "rqyeepshbfutoonu")
suspend fun usernameAttributes(value: List<String>?)

Parameters

value

Whether email addresses or phone numbers can be specified as usernames when a user signs up. Conflicts with alias_attributes.


@JvmName(name = "pcxjxpfudhmpmwtq")
suspend fun usernameAttributes(vararg values: Output<String>)


@JvmName(name = "gkwytdgqemkfoxtw")
suspend fun usernameAttributes(values: List<Output<String>>)
@JvmName(name = "gtrllpypugorerrb")
suspend fun usernameAttributes(vararg values: String)

Parameters

values

Whether email addresses or phone numbers can be specified as usernames when a user signs up. Conflicts with alias_attributes.