GooglePrivacyDlpV2TransformationDetailsStorageConfigArgs

data class GooglePrivacyDlpV2TransformationDetailsStorageConfigArgs(val table: Output<GooglePrivacyDlpV2BigQueryTableArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2TransformationDetailsStorageConfigArgs>

Config for storing transformation details.

Constructors

constructor(table: Output<GooglePrivacyDlpV2BigQueryTableArgs>? = null)

Properties

Link copied to clipboard

The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_dlp_job_id. Pacific time zone will be used for generating the date details.

Functions

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