attributes

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

Parameters

value

A map contains the attributes of the instance. Check the doc for the supported attributes and syntax.


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

Parameters

values

A map contains the attributes of the instance. Check the doc for the supported attributes and syntax.