csvContentTypes

@JvmName(name = "vnvrdxrfauctaevn")
suspend fun csvContentTypes(value: Output<List<String>>)
@JvmName(name = "oovclvqqbtjvudvu")
suspend fun csvContentTypes(value: List<String>?)

Parameters

value

The CSV content type headers to capture. One of csv_content_types or json_content_types is required.


@JvmName(name = "xdooieaqjgkswmwd")
suspend fun csvContentTypes(vararg values: Output<String>)


@JvmName(name = "xnihbevhudonvsgt")
suspend fun csvContentTypes(values: List<Output<String>>)
@JvmName(name = "hhawhquejrnrrfsb")
suspend fun csvContentTypes(vararg values: String)

Parameters

values

The CSV content type headers to capture. One of csv_content_types or json_content_types is required.