condition
suspend fun condition(value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionArgs>)
suspend fun condition(value: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionArgs?)
Parameters
value
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below.
suspend fun condition(argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionArgsBuilder.() -> Unit)
Parameters
argument
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below.