fileFormats

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

Parameters

value

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


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


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

Parameters

values

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