Interface DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.469Z") @Stability(Stable) public interface DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule.Builderstatic classDataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule.Jsii$ProxyAn implementation forDataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule.Builderbuilder()default DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionarygetDictionary()dictionary block.default DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleExcludeByHotwordgetExcludeByHotword()exclude_by_hotword block.default DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleExcludeInfoTypesgetExcludeInfoTypes()exclude_info_types block.StringgetMatchingType()How the rule is applied.default DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegexgetRegex()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_inspect_template#matching_type DataLossPreventionInspectTemplate#matching_type}
-
getDictionary
@Stability(Stable) @Nullable default DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary getDictionary()
dictionary block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#dictionary DataLossPreventionInspectTemplate#dictionary}
-
getExcludeByHotword
@Stability(Stable) @Nullable default DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleExcludeByHotword 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_inspect_template#exclude_by_hotword DataLossPreventionInspectTemplate#exclude_by_hotword}
-
getExcludeInfoTypes
@Stability(Stable) @Nullable default DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleExcludeInfoTypes 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_inspect_template#exclude_info_types DataLossPreventionInspectTemplate#exclude_info_types}
-
getRegex
@Stability(Stable) @Nullable default DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex getRegex()
regex block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#regex DataLossPreventionInspectTemplate#regex}
-
builder
@Stability(Stable) static DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule.Builder builder()
-
-