excludedColumnNames

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


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