Interface DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.503Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule.Builderstatic classDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule.Builderbuilder()default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRuleHotwordRegexgetHotwordRegex()hotword_regex block.default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRuleLikelihoodAdjustmentgetLikelihoodAdjustment()likelihood_adjustment block.default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRuleProximitygetProximity()proximity block.
-
-
-
Method Detail
-
getHotwordRegex
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRuleHotwordRegex getHotwordRegex()
hotword_regex block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#hotword_regex DataLossPreventionJobTrigger#hotword_regex}
-
getLikelihoodAdjustment
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRuleLikelihoodAdjustment getLikelihoodAdjustment()
likelihood_adjustment block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#likelihood_adjustment DataLossPreventionJobTrigger#likelihood_adjustment}
-
getProximity
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRuleProximity getProximity()
proximity block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#proximity DataLossPreventionJobTrigger#proximity}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule.Builder builder()
-
-