Prevention Discovery Config Target Big Query Target Args
data class PreventionDiscoveryConfigTargetBigQueryTargetArgs(val cadence: Output<PreventionDiscoveryConfigTargetBigQueryTargetCadenceArgs>? = null, val conditions: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs>? = null, val disabled: Output<PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs>? = null, val filter: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetBigQueryTargetArgs>
Constructors
Link copied to clipboard
constructor(cadence: Output<PreventionDiscoveryConfigTargetBigQueryTargetCadenceArgs>? = null, conditions: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs>? = null, disabled: Output<PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs>? = null, filter: Output<PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs>? = null)
Properties
Link copied to clipboard
How often and when to update profiles. New tables that match both the fiter and conditions are scanned as quickly as possible depending on system capacity. Structure is documented below.
Link copied to clipboard
In addition to matching the filter, these conditions must be true before a profile is generated Structure is documented below.
Link copied to clipboard
Tables that match this filter will not have profiles created.
Link copied to clipboard
Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table Structure is documented below.