GooglePrivacyDlpV2RecordTransformationsArgs

data class GooglePrivacyDlpV2RecordTransformationsArgs(val fieldTransformations: Output<List<GooglePrivacyDlpV2FieldTransformationArgs>>? = null, val recordSuppressions: Output<List<GooglePrivacyDlpV2RecordSuppressionArgs>>? = null) : ConvertibleToJava<GooglePrivacyDlpV2RecordTransformationsArgs>

A type of transformation that is applied over structured data such as a table.

Constructors

Functions

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

Properties

Link copied to clipboard

Transform the record by applying various field transformations.

Link copied to clipboard

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.