Class DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
@Stability(Stable) @Internal public static final class DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
An implementation forDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder, DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMinAge()Duration format.NumbergetMinRowCount()Minimum number of rows that should be present before Cloud DLP profiles as a table.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder.
-
-
Method Detail
-
getMinAge
public final String getMinAge()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditionsDuration 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}
- Specified by:
getMinAgein interfaceDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
-
getMinRowCount
public final Number getMinRowCount()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditionsMinimum 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}
- Specified by:
getMinRowCountin interfaceDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-