attributes

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

Parameters

value

Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.


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

Parameters

values

Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.