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