StoredInfoTypeArgs

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
fun StoredInfoTypeArgs(config: Output<GooglePrivacyDlpV2StoredInfoTypeConfigArgs>? = null, location: Output<String>? = null, project: Output<String>? = null, storedInfoTypeId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Configuration of the storedInfoType to create.

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

Deprecated. This field has no effect.

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

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.