new Value
suspend fun newValue(value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueArgs>)
suspend fun newValue(value: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueArgs)
Parameters
value
Replace each input value with a given value. The new_value
block must only contain one argument. For example when replacing the contents of a string-type field, only string_value
should be set. Structure is documented below.
suspend fun newValue(argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueArgsBuilder.() -> Unit)
Parameters
argument
Replace each input value with a given value. The new_value
block must only contain one argument. For example when replacing the contents of a string-type field, only string_value
should be set. Structure is documented below.