allowedColumns

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

Parameters

value

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


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


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

Parameters

values

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