Prevention Deidentify Template Deidentify Config Record Transformations Args
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs(val fieldTransformations: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationArgs>>? = null, val recordSuppressions: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>
Constructors
Link copied to clipboard
constructor(fieldTransformations: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationArgs>>? = null, recordSuppressions: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>>? = null)
Properties
Link copied to clipboard
val fieldTransformations: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationArgs>>? = null
Transform the record by applying various field transformations. Structure is documented below.
Link copied to clipboard
val recordSuppressions: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>>? = null
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below.