data

@JvmName(name = "xmudmcqbsehwghxg")
suspend fun data(value: Output<Map<String, String>>)
@JvmName(name = "vnxtyqfgujqanijo")
suspend fun data(value: Map<String, String>?)

Parameters

value

Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process.


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

Parameters

values

Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process.