fileFormats

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

Parameters

value

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


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


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

Parameters

values

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