columns

@JvmName(name = "iqoxpopjmmdrycrh")
suspend fun columns(value: Output<List<String>>)
@JvmName(name = "pyhlousyaqportpj")
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 = "pcritdcyomnlwmyf")
suspend fun columns(vararg values: Output<String>)


@JvmName(name = "lolimthrmkkfvixo")
suspend fun columns(values: List<Output<String>>)
@JvmName(name = "txhhnoarolmiegjs")
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.