Class DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionDiscoveryConfigTargetsBigQueryTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionDiscoveryConfigTargetsBigQueryTarget
@Stability(Stable) @Internal public static final class DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionDiscoveryConfigTargetsBigQueryTarget
An implementation forDataLossPreventionDiscoveryConfigTargetsBigQueryTarget
-
-
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.DataLossPreventionDiscoveryConfigTargetsBigQueryTarget
DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Builder, DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigTargetsBigQueryTarget.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)DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadencegetCadence()cadence block.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsgetConditions()conditions block.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetDisabledgetDisabled()disabled block.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetFiltergetFilter()filter block.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(DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Builder.
-
-
Method Detail
-
getCadence
public final DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadence getCadence()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsBigQueryTargetcadence block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#cadence DataLossPreventionDiscoveryConfig#cadence}
- Specified by:
getCadencein interfaceDataLossPreventionDiscoveryConfigTargetsBigQueryTarget
-
getConditions
public final DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions getConditions()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsBigQueryTargetconditions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#conditions DataLossPreventionDiscoveryConfig#conditions}
- Specified by:
getConditionsin interfaceDataLossPreventionDiscoveryConfigTargetsBigQueryTarget
-
getDisabled
public final DataLossPreventionDiscoveryConfigTargetsBigQueryTargetDisabled getDisabled()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsBigQueryTargetdisabled block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#disabled DataLossPreventionDiscoveryConfig#disabled}
- Specified by:
getDisabledin interfaceDataLossPreventionDiscoveryConfigTargetsBigQueryTarget
-
getFilter
public final DataLossPreventionDiscoveryConfigTargetsBigQueryTargetFilter getFilter()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsBigQueryTargetfilter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#filter DataLossPreventionDiscoveryConfig#filter}
- Specified by:
getFilterin interfaceDataLossPreventionDiscoveryConfigTargetsBigQueryTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-