Google Privacy Dlp V2Deidentify Config Args
    data class GooglePrivacyDlpV2DeidentifyConfigArgs(val imageTransformations: Output<GooglePrivacyDlpV2ImageTransformationsArgs>? = null, val infoTypeTransformations: Output<GooglePrivacyDlpV2InfoTypeTransformationsArgs>? = null, val recordTransformations: Output<GooglePrivacyDlpV2RecordTransformationsArgs>? = null, val transformationErrorHandling: Output<GooglePrivacyDlpV2TransformationErrorHandlingArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2DeidentifyConfigArgs> 
The configuration that controls how the data will change.
Constructors
Link copied to clipboard
                fun GooglePrivacyDlpV2DeidentifyConfigArgs(imageTransformations: Output<GooglePrivacyDlpV2ImageTransformationsArgs>? = null, infoTypeTransformations: Output<GooglePrivacyDlpV2InfoTypeTransformationsArgs>? = null, recordTransformations: Output<GooglePrivacyDlpV2RecordTransformationsArgs>? = null, transformationErrorHandling: Output<GooglePrivacyDlpV2TransformationErrorHandlingArgs>? = null)