usernameAttributes

@JvmName(name = "bovfkvjoyhmqgxyp")
suspend fun usernameAttributes(value: Output<List<String>>)
@JvmName(name = "rkfvyclrmacewrdo")
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 = "ldymbfuuaulplotr")
suspend fun usernameAttributes(vararg values: Output<String>)


@JvmName(name = "vsgyumesfsycjrne")
suspend fun usernameAttributes(values: List<Output<String>>)
@JvmName(name = "ykjdqebfkqnlpjof")
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.