quote

@JvmName(name = "fokayspenrulcuqh")
suspend fun quote(value: Output<String>)
@JvmName(name = "tgynlnwutwttxnvd")
suspend fun quote(value: String)

Parameters

value

The value that is used to quote data sections in a CSV file. If your data does not contain quoted sections, set the property value to an empty string. If your data contains quoted newline characters, you must also set the allow_quoted_newlines property to true. The API-side default is ", specified in the provider escaped as \". Due to limitations with default values, this value is required to be explicitly set.