excludedColumnNames

@JvmName(name = "lncujxegsguedwhw")
suspend fun excludedColumnNames(value: Output<List<String>>)
@JvmName(name = "pgjhjmetguqwyifm")
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 = "mpgvauqpvlrrjgsv")
suspend fun excludedColumnNames(vararg values: Output<String>)


@JvmName(name = "phnwdyqmkopdsbbm")
suspend fun excludedColumnNames(values: List<Output<String>>)
@JvmName(name = "xannmalgevxchwkj")
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.