attributes

@JvmName(name = "tdoglyrvhmypprev")
suspend fun attributes(value: Output<Map<String, String>>)
@JvmName(name = "nqmvykfbfnwfgups")
suspend fun attributes(value: Map<String, String>?)

Parameters

value

A map that contains user attributes and attribute values to be set for the user.


@JvmName(name = "ccolrmeudlamadvx")
fun attributes(vararg values: Pair<String, String>)

Parameters

values

A map that contains user attributes and attribute values to be set for the user.