record Transformations
suspend fun recordTransformations(value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>)
suspend fun recordTransformations(value: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs?)
Parameters
value
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below.
suspend fun recordTransformations(argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgsBuilder.() -> Unit)
Parameters
argument
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below.