Class DataLossPreventionStoredInfoTypeConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionStoredInfoTypeConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionStoredInfoTypeConfig
@Stability(Stable) @Internal public static final class DataLossPreventionStoredInfoTypeConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionStoredInfoTypeConfig
An implementation forDataLossPreventionStoredInfoTypeConfig
-
-
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.DataLossPreventionStoredInfoTypeConfig
DataLossPreventionStoredInfoTypeConfig.Builder, DataLossPreventionStoredInfoTypeConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionStoredInfoTypeConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionStoredInfoTypeConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()A description of the info type.DataLossPreventionStoredInfoTypeDictionarygetDictionary()dictionary block.StringgetDisplayName()User set display name of the info type.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#id DataLossPreventionStoredInfoType#id}.DataLossPreventionStoredInfoTypeLargeCustomDictionarygetLargeCustomDictionary()large_custom_dictionary block.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetParent()The parent of the info type in any of the following formats:.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()DataLossPreventionStoredInfoTypeRegexgetRegex()regex block.StringgetStoredInfoTypeId()The storedInfoType ID can contain uppercase and lowercase letters, numbers, and hyphens;DataLossPreventionStoredInfoTypeTimeoutsgetTimeouts()timeouts 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(DataLossPreventionStoredInfoTypeConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionStoredInfoTypeConfig.Builder.
-
-
Method Detail
-
getParent
public final String getParent()
Description copied from interface:DataLossPreventionStoredInfoTypeConfigThe parent of the info type in any of the following formats:.* 'projects/{{project}}' * 'projects/{{project}}/locations/{{location}}' * 'organizations/{{organization_id}}' * 'organizations/{{organization_id}}/locations/{{location}}' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#parent DataLossPreventionStoredInfoType#parent}
- Specified by:
getParentin interfaceDataLossPreventionStoredInfoTypeConfig
-
getDescription
public final String getDescription()
Description copied from interface:DataLossPreventionStoredInfoTypeConfigA description of the info type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#description DataLossPreventionStoredInfoType#description}
- Specified by:
getDescriptionin interfaceDataLossPreventionStoredInfoTypeConfig
-
getDictionary
public final DataLossPreventionStoredInfoTypeDictionary getDictionary()
Description copied from interface:DataLossPreventionStoredInfoTypeConfigdictionary block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#dictionary DataLossPreventionStoredInfoType#dictionary}
- Specified by:
getDictionaryin interfaceDataLossPreventionStoredInfoTypeConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DataLossPreventionStoredInfoTypeConfigUser set display name of the info type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#display_name DataLossPreventionStoredInfoType#display_name}
- Specified by:
getDisplayNamein interfaceDataLossPreventionStoredInfoTypeConfig
-
getId
public final String getId()
Description copied from interface:DataLossPreventionStoredInfoTypeConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#id DataLossPreventionStoredInfoType#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceDataLossPreventionStoredInfoTypeConfig
-
getLargeCustomDictionary
public final DataLossPreventionStoredInfoTypeLargeCustomDictionary getLargeCustomDictionary()
Description copied from interface:DataLossPreventionStoredInfoTypeConfiglarge_custom_dictionary block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#large_custom_dictionary DataLossPreventionStoredInfoType#large_custom_dictionary}
- Specified by:
getLargeCustomDictionaryin interfaceDataLossPreventionStoredInfoTypeConfig
-
getRegex
public final DataLossPreventionStoredInfoTypeRegex getRegex()
Description copied from interface:DataLossPreventionStoredInfoTypeConfigregex block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#regex DataLossPreventionStoredInfoType#regex}
- Specified by:
getRegexin interfaceDataLossPreventionStoredInfoTypeConfig
-
getStoredInfoTypeId
public final String getStoredInfoTypeId()
Description copied from interface:DataLossPreventionStoredInfoTypeConfigThe storedInfoType ID can contain uppercase and lowercase letters, numbers, and hyphens;that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#stored_info_type_id DataLossPreventionStoredInfoType#stored_info_type_id}
- Specified by:
getStoredInfoTypeIdin interfaceDataLossPreventionStoredInfoTypeConfig
-
getTimeouts
public final DataLossPreventionStoredInfoTypeTimeouts getTimeouts()
Description copied from interface:DataLossPreventionStoredInfoTypeConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#timeouts DataLossPreventionStoredInfoType#timeouts}
- Specified by:
getTimeoutsin interfaceDataLossPreventionStoredInfoTypeConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-