Prevention Discovery Config Target Big Query Target Filter Args
data class PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs(val otherTables: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs>? = null, val tableReference: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs>? = null, val tables: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs>
Constructors
Link copied to clipboard
constructor(otherTables: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs>? = null, tableReference: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs>? = null, tables: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs>? = null)
Properties
Link copied to clipboard
Catch-all. This should always be the last filter in the list because anything above it will apply first.
Link copied to clipboard
val tableReference: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs>? = null
The table to scan. Discovery configurations including this can only include one DiscoveryTarget (the DiscoveryTarget with this TableReference). Structure is documented below.
Link copied to clipboard
A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config. Structure is documented below.