Permissions Table With Columns Args
data class PermissionsTableWithColumnsArgs(val catalogId: Output<String>? = null, val columnNames: Output<List<String>>? = null, val databaseName: Output<String>, val excludedColumnNames: Output<List<String>>? = null, val name: Output<String>, val wildcard: Output<Boolean>? = null) : ConvertibleToJava<PermissionsTableWithColumnsArgs>
Constructors
Properties
Link copied to clipboard
Set of column names for the table.
Link copied to clipboard
Name of the database for the table with columns resource. Unique to the Data Catalog.
Link copied to clipboard
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.