PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs

data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs(val fieldTransformations: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationArgs>>? = null, val recordSuppressions: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>

Properties

Link copied to clipboard

Transform the record by applying various field transformations. Structure is documented below.

Link copied to clipboard

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

Functions

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