columns

@JvmName(name = "atikcbeletridtjn")
suspend fun columns(value: Output<List<String>>)
@JvmName(name = "oiskchoehcyytkhc")
suspend fun columns(value: List<String>?)

Parameters

value

Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.


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


@JvmName(name = "ffrpswlbvfabsklm")
suspend fun columns(values: List<Output<String>>)
@JvmName(name = "cswgeivwoirtkbuh")
suspend fun columns(vararg values: String)

Parameters

values

Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.