Interface DataLossPreventionStoredInfoTypeRegex
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionStoredInfoTypeRegex.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.525Z") @Stability(Stable) public interface DataLossPreventionStoredInfoTypeRegex extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionStoredInfoTypeRegex.BuilderA builder forDataLossPreventionStoredInfoTypeRegexstatic classDataLossPreventionStoredInfoTypeRegex.Jsii$ProxyAn implementation forDataLossPreventionStoredInfoTypeRegex
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionStoredInfoTypeRegex.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_stored_info_type#pattern DataLossPreventionStoredInfoType#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_stored_info_type#group_indexes DataLossPreventionStoredInfoType#group_indexes}
-
builder
@Stability(Stable) static DataLossPreventionStoredInfoTypeRegex.Builder builder()
-
-