Interface DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.474Z") @Stability(Stable) public interface DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex.Builderstatic classDataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex.Jsii$ProxyAn implementation forDataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex.Builderbuilder()default List<Number>getGroupIndexes()The index of the submatch to extract as findings.StringgetPattern()Pattern defining the regular expression.
-
-
-
Method Detail
-
getPattern
@Stability(Stable) @NotNull String getPattern()
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#pattern DataLossPreventionInspectTemplate#pattern}
-
getGroupIndexes
@Stability(Stable) @Nullable default List<Number> getGroupIndexes()
The index of the submatch to extract as findings.When not specified, the entire match is returned. No more than 3 may be included. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#group_indexes DataLossPreventionInspectTemplate#group_indexes}
-
builder
@Stability(Stable) static DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleRegex.Builder builder()
-
-