attributes

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

Parameters

value

A JSON string containing up to three key-value pair in JSON format. For example: {\"attributes\":{\"string1\":\"string2\"}}


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

Parameters

values

A JSON string containing up to three key-value pair in JSON format. For example: {\"attributes\":{\"string1\":\"string2\"}}