usernameAttributes

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


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