encoding

@JvmName(name = "wvaytyvrlspbfgjk")
suspend fun encoding(value: Output<String>)
@JvmName(name = "pbdtdkdnxvqwadut")
suspend fun encoding(value: String?)

Parameters

value

The encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. It currently can only be set to UTF8.

Note: This is required when type is set to Csv or Json.