fileFormats

@JvmName(name = "bqfhpelttakavtxr")
suspend fun fileFormats(value: Output<List<Either<String, FileFormat>>>)
@JvmName(name = "qijjgpbgdrwotkcj")
suspend fun fileFormats(value: List<Either<String, FileFormat>>?)

Parameters

value

Destination of the view data. Currently only CSV format is supported.


@JvmName(name = "sirqtgaeshxvebvg")
suspend fun fileFormats(vararg values: Output<Either<String, FileFormat>>)


@JvmName(name = "qrhgfflobyycgnyt")
suspend fun fileFormats(values: List<Output<Either<String, FileFormat>>>)
@JvmName(name = "vmfurayytoudeois")
suspend fun fileFormats(vararg values: Either<String, FileFormat>)

Parameters

values

Destination of the view data. Currently only CSV format is supported.