primitive Transformation
suspend fun primitiveTransformation(value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationArgs>)
suspend fun primitiveTransformation(value: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationArgs?)
Parameters
value
Apply the transformation to the entire field. The primitive_transformation
block must only contain one argument, corresponding to the type of transformation. Only one of primitive_transformation
or info_type_transformations
must be specified. Structure is documented below.
suspend fun primitiveTransformation(argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationArgsBuilder.() -> Unit)
Parameters
argument
Apply the transformation to the entire field. The primitive_transformation
block must only contain one argument, corresponding to the type of transformation. Only one of primitive_transformation
or info_type_transformations
must be specified. Structure is documented below.