Interface DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.432Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builderstatic classDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builderbuilder()default StringgetMinAge()Duration format.default NumbergetMinRowCount()Minimum number of rows that should be present before Cloud DLP profiles as a table.
-
-
-
Method Detail
-
getMinAge
@Stability(Stable) @Nullable default String getMinAge()
Duration format. The minimum age a table must have before Cloud DLP can profile it. Value greater than 1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#min_age DataLossPreventionDiscoveryConfig#min_age}
-
getMinRowCount
@Stability(Stable) @Nullable default Number getMinRowCount()
Minimum number of rows that should be present before Cloud DLP profiles as a table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#min_row_count DataLossPreventionDiscoveryConfig#min_row_count}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder builder()
-
-