Google Privacy Dlp V2Info Type Transformation Args
data class GooglePrivacyDlpV2InfoTypeTransformationArgs(val infoTypes: Output<List<GooglePrivacyDlpV2InfoTypeArgs>>? = null, val primitiveTransformation: Output<GooglePrivacyDlpV2PrimitiveTransformationArgs>) : ConvertibleToJava<GooglePrivacyDlpV2InfoTypeTransformationArgs>
A transformation to apply to text that is identified as a specific info_type.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2InfoTypeTransformationArgs(infoTypes: Output<List<GooglePrivacyDlpV2InfoTypeArgs>>? = null, primitiveTransformation: Output<GooglePrivacyDlpV2PrimitiveTransformationArgs>)