csvDelimiter

@JvmName(name = "ahfvnnirkllsjcab")
suspend fun csvDelimiter(value: Output<String>)
@JvmName(name = "dikspnwlgjcoowke")
suspend fun csvDelimiter(value: String?)

Parameters

value

Delimiter used in the CSV file, if outputFormat is set to csv. Defaults to the , (comma) character. Supported delimiter characters include comma (,), pipe (|), and tab (\t).