GooglePrivacyDlpV2RecordSuppressionArgs

data class GooglePrivacyDlpV2RecordSuppressionArgs(val condition: Output<GooglePrivacyDlpV2RecordConditionArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2RecordSuppressionArgs>

Configuration to suppress records whose suppression conditions evaluate to true.

Constructors

Link copied to clipboard
constructor(condition: Output<GooglePrivacyDlpV2RecordConditionArgs>? = null)

Properties

Link copied to clipboard

A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2RecordSuppressionArgs