Class DataLossPreventionDiscoveryConfigTargets.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargets.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionDiscoveryConfigTargets,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionDiscoveryConfigTargets
@Stability(Stable) @Internal public static final class DataLossPreventionDiscoveryConfigTargets.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionDiscoveryConfigTargets
An implementation forDataLossPreventionDiscoveryConfigTargets
-
-
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.DataLossPreventionDiscoveryConfigTargets
DataLossPreventionDiscoveryConfigTargets.Builder, DataLossPreventionDiscoveryConfigTargets.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionDiscoveryConfigTargets.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigTargets.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)DataLossPreventionDiscoveryConfigTargetsBigQueryTargetgetBigQueryTarget()big_query_target block.DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetgetCloudSqlTarget()cloud_sql_target block.DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetgetCloudStorageTarget()cloud_storage_target block.DataLossPreventionDiscoveryConfigTargetsSecretsTargetgetSecretsTarget()secrets_target 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(DataLossPreventionDiscoveryConfigTargets.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigTargets.Builder.
-
-
Method Detail
-
getBigQueryTarget
public final DataLossPreventionDiscoveryConfigTargetsBigQueryTarget getBigQueryTarget()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsbig_query_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#big_query_target DataLossPreventionDiscoveryConfig#big_query_target}
- Specified by:
getBigQueryTargetin interfaceDataLossPreventionDiscoveryConfigTargets
-
getCloudSqlTarget
public final DataLossPreventionDiscoveryConfigTargetsCloudSqlTarget getCloudSqlTarget()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetscloud_sql_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#cloud_sql_target DataLossPreventionDiscoveryConfig#cloud_sql_target}
- Specified by:
getCloudSqlTargetin interfaceDataLossPreventionDiscoveryConfigTargets
-
getCloudStorageTarget
public final DataLossPreventionDiscoveryConfigTargetsCloudStorageTarget getCloudStorageTarget()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetscloud_storage_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#cloud_storage_target DataLossPreventionDiscoveryConfig#cloud_storage_target}
- Specified by:
getCloudStorageTargetin interfaceDataLossPreventionDiscoveryConfigTargets
-
getSecretsTarget
public final DataLossPreventionDiscoveryConfigTargetsSecretsTarget getSecretsTarget()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetssecrets_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#secrets_target DataLossPreventionDiscoveryConfig#secrets_target}
- Specified by:
getSecretsTargetin interfaceDataLossPreventionDiscoveryConfigTargets
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-