Stored Info Type Args
data class StoredInfoTypeArgs(val config: Output<GooglePrivacyDlpV2StoredInfoTypeConfigArgs>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val storedInfoTypeId: Output<String>? = null) : ConvertibleToJava<StoredInfoTypeArgs>
Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(config: Output<GooglePrivacyDlpV2StoredInfoTypeConfigArgs>? = null, location: Output<String>? = null, project: Output<String>? = null, storedInfoTypeId: Output<String>? = null)
Properties
Link copied to clipboard
Configuration of the storedInfoType to create.
Link copied to clipboard
The storedInfoType ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.