Class DataLossPreventionStoredInfoTypeLargeCustomDictionary.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeLargeCustomDictionary.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionStoredInfoTypeLargeCustomDictionary,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionStoredInfoTypeLargeCustomDictionary
@Stability(Stable) @Internal public static final class DataLossPreventionStoredInfoTypeLargeCustomDictionary.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionStoredInfoTypeLargeCustomDictionary
An implementation forDataLossPreventionStoredInfoTypeLargeCustomDictionary
-
-
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_stored_info_type.DataLossPreventionStoredInfoTypeLargeCustomDictionary
DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder, DataLossPreventionStoredInfoTypeLargeCustomDictionary.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionStoredInfoTypeLargeCustomDictionary.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)DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldgetBigQueryField()big_query_field block.DataLossPreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSetgetCloudStorageFileSet()cloud_storage_file_set block.DataLossPreventionStoredInfoTypeLargeCustomDictionaryOutputPathgetOutputPath()output_path 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(DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder.
-
-
Method Detail
-
getOutputPath
public final DataLossPreventionStoredInfoTypeLargeCustomDictionaryOutputPath getOutputPath()
Description copied from interface:DataLossPreventionStoredInfoTypeLargeCustomDictionaryoutput_path block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#output_path DataLossPreventionStoredInfoType#output_path}
- Specified by:
getOutputPathin interfaceDataLossPreventionStoredInfoTypeLargeCustomDictionary
-
getBigQueryField
public final DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField getBigQueryField()
Description copied from interface:DataLossPreventionStoredInfoTypeLargeCustomDictionarybig_query_field block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#big_query_field DataLossPreventionStoredInfoType#big_query_field}
- Specified by:
getBigQueryFieldin interfaceDataLossPreventionStoredInfoTypeLargeCustomDictionary
-
getCloudStorageFileSet
public final DataLossPreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSet getCloudStorageFileSet()
Description copied from interface:DataLossPreventionStoredInfoTypeLargeCustomDictionarycloud_storage_file_set block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#cloud_storage_file_set DataLossPreventionStoredInfoType#cloud_storage_file_set}
- Specified by:
getCloudStorageFileSetin interfaceDataLossPreventionStoredInfoTypeLargeCustomDictionary
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-