allowedColumns

@JvmName(name = "icwesktfbfawgduf")
suspend fun allowedColumns(value: Output<List<String>>)
@JvmName(name = "ogfnwqevgvfhidnl")
suspend fun allowedColumns(value: List<String>?)

Parameters

value

The columns of the references table which will be included in the configured table.


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


@JvmName(name = "kclavcuonsmnvoay")
suspend fun allowedColumns(values: List<Output<String>>)
@JvmName(name = "ljlbbuvvgknionhh")
suspend fun allowedColumns(vararg values: String)

Parameters

values

The columns of the references table which will be included in the configured table.