excludedColumnNames

@JvmName(name = "ihimqnutstwabkrx")
suspend fun excludedColumnNames(value: Output<List<String>>)
@JvmName(name = "qhsyamvtduxrtagx")
suspend fun excludedColumnNames(value: List<String>?)

Parameters

value

Set of column names for the table to exclude. If excluded_column_names is included, wildcard must be set to true to avoid the provider reporting a difference.


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


@JvmName(name = "rfqtcgamhgngoeif")
suspend fun excludedColumnNames(values: List<Output<String>>)
@JvmName(name = "drcuuuywiyglquax")
suspend fun excludedColumnNames(vararg values: String)

Parameters

values

Set of column names for the table to exclude. If excluded_column_names is included, wildcard must be set to true to avoid the provider reporting a difference.