Google Privacy Dlp V2Large Custom Dictionary Config Args
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
Link copied to clipboard
fun GooglePrivacyDlpV2LargeCustomDictionaryConfigArgs(bigQueryField: Output<GooglePrivacyDlpV2BigQueryFieldArgs>? = null, cloudStorageFileSet: Output<GooglePrivacyDlpV2CloudStorageFileSetArgs>? = null, outputPath: Output<GooglePrivacyDlpV2CloudStoragePathArgs>? = null)