Interface DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.498Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builderstatic classDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builderbuilder()default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionarygetDictionary()dictionary block.default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeByHotwordgetExcludeByHotword()exclude_by_hotword block.default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeInfoTypesgetExcludeInfoTypes()exclude_info_types block.StringgetMatchingType()How the rule is applied.default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleRegexgetRegex()regex block.
-
-
-
Method Detail
-
getMatchingType
@Stability(Stable) @NotNull String getMatchingType()
How 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}
-
getDictionary
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary getDictionary()
dictionary 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}
-
getExcludeByHotword
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeByHotword getExcludeByHotword()
exclude_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}
-
getExcludeInfoTypes
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeInfoTypes getExcludeInfoTypes()
exclude_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}
-
getRegex
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleRegex getRegex()
regex 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}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder builder()
-
-