Class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
An implementation forDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
-
-
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_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder, DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.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)DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionarygetDictionary()dictionary block.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeByHotwordgetExcludeByHotword()exclude_by_hotword block.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeInfoTypesgetExcludeInfoTypes()exclude_info_types block.StringgetMatchingType()How the rule is applied.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleRegexgetRegex()regex 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(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder.
-
-
Method Detail
-
getMatchingType
public final String getMatchingType()
Description copied from interface:DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleHow the rule is applied. See the documentation for more information: https://cloud.google.com/dlp/docs/reference/rest/v2/InspectConfig#MatchingType Possible values: ["MATCHING_TYPE_FULL_MATCH", "MATCHING_TYPE_PARTIAL_MATCH", "MATCHING_TYPE_INVERSE_MATCH"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#matching_type DataLossPreventionJobTrigger#matching_type}
- Specified by:
getMatchingTypein interfaceDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
-
getDictionary
public final DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary getDictionary()
Description copied from interface:DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuledictionary block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#dictionary DataLossPreventionJobTrigger#dictionary}
- Specified by:
getDictionaryin interfaceDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
-
getExcludeByHotword
public final DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeByHotword getExcludeByHotword()
Description copied from interface:DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleexclude_by_hotword block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#exclude_by_hotword DataLossPreventionJobTrigger#exclude_by_hotword}
- Specified by:
getExcludeByHotwordin interfaceDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
-
getExcludeInfoTypes
public final DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeInfoTypes getExcludeInfoTypes()
Description copied from interface:DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleexclude_info_types block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#exclude_info_types DataLossPreventionJobTrigger#exclude_info_types}
- Specified by:
getExcludeInfoTypesin interfaceDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
-
getRegex
public final DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleRegex getRegex()
Description copied from interface:DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleregex block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#regex DataLossPreventionJobTrigger#regex}
- Specified by:
getRegexin interfaceDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-