attributes

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

Parameters

value

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


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

Parameters

values

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