fileFormats

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

Parameters

value

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


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


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

Parameters

values

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