PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs

data class PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs(val minAge: Output<String>? = null, val minRowCount: Output<Int>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs>

Constructors

constructor(minAge: Output<String>? = null, minRowCount: Output<Int>? = null)

Properties

Link copied to clipboard
val minAge: Output<String>? = null

Duration format. The minimum age a table must have before Cloud DLP can profile it. Value greater than 1.

Link copied to clipboard
val minRowCount: Output<Int>? = null

Minimum number of rows that should be present before Cloud DLP profiles as a table.

Functions

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