Google Privacy Dlp V2Stored Info Type Config Args
data class GooglePrivacyDlpV2StoredInfoTypeConfigArgs(val description: Output<String>? = null, val dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, val displayName: Output<String>? = null, val largeCustomDictionary: Output<GooglePrivacyDlpV2LargeCustomDictionaryConfigArgs>? = null, val regex: Output<GooglePrivacyDlpV2RegexArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2StoredInfoTypeConfigArgs>
Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/dlp/docs/creating-custom-infotypes.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2StoredInfoTypeConfigArgs(description: Output<String>? = null, dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, displayName: Output<String>? = null, largeCustomDictionary: Output<GooglePrivacyDlpV2LargeCustomDictionaryConfigArgs>? = null, regex: Output<GooglePrivacyDlpV2RegexArgs>? = null)