PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs

data class PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs(val createdAfter: Output<String>? = null, val orConditions: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs>? = null, val typeCollection: Output<String>? = null, val types: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs>

Constructors

constructor(createdAfter: Output<String>? = null, orConditions: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs>? = null, typeCollection: Output<String>? = null, types: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs>? = null)

Properties

Link copied to clipboard
val createdAfter: Output<String>? = null

File store must have been created after this date. Used to avoid backfilling. A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.

Link copied to clipboard

At least one of the conditions must be true for a table to be scanned. Structure is documented below.

Link copied to clipboard
val typeCollection: Output<String>? = null

Restrict discovery to categories of table types. Currently view, materialized view, snapshot and non-biglake external tables are supported. Possible values are: BIG_QUERY_COLLECTION_ALL_TYPES, BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES.

Link copied to clipboard

Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES. Each value may be one of: DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES, DATABASE_RESOURCE_TYPE_TABLE.

Functions

Link copied to clipboard
open override fun toJava(): PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs