GooglePrivacyDlpV2LargeCustomDictionaryConfigArgs

data class GooglePrivacyDlpV2LargeCustomDictionaryConfigArgs(val bigQueryField: Output<GooglePrivacyDlpV2BigQueryFieldArgs>? = null, val cloudStorageFileSet: Output<GooglePrivacyDlpV2CloudStorageFileSetArgs>? = null, val outputPath: Output<GooglePrivacyDlpV2CloudStoragePathArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2LargeCustomDictionaryConfigArgs>

Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in the limits page. The artifacts of dictionary creation are stored in the specified Cloud Storage location. Consider using CustomInfoType.Dictionary for smaller dictionaries that satisfy the size requirements.

Constructors

Functions

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

Properties

Link copied to clipboard

Field in a BigQuery table where each cell represents a dictionary phrase.

Link copied to clipboard

Set of files containing newline-delimited lists of dictionary phrases.

Link copied to clipboard

Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.