record Suppressions
suspend fun recordSuppressions(value: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>>)
suspend fun recordSuppressions(value: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>?)
Parameters
value
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below.
suspend fun recordSuppressions(vararg values: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>)
suspend fun recordSuppressions(values: List<Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>>)
suspend fun recordSuppressions(vararg values: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs)
Parameters
values
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below.
suspend fun recordSuppressions(argument: List<suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgsBuilder.() -> Unit>)
suspend fun recordSuppressions(vararg argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgsBuilder.() -> Unit)
suspend fun recordSuppressions(argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgsBuilder.() -> Unit)
Parameters
argument
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below.