Package io.github.cdklabs.cdknag
Interface RegexAppliesTo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RegexAppliesTo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-29T00:11:41.031Z") @Stability(Stable) public interface RegexAppliesTo extends software.amazon.jsii.JsiiSerializable
A regular expression to apply to matching findings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRegexAppliesTo.BuilderA builder forRegexAppliesTostatic classRegexAppliesTo.Jsii$ProxyAn implementation forRegexAppliesTo
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RegexAppliesTo.Builderbuilder()StringgetRegex()An ECMA-262 regex string.
-
-
-
Method Detail
-
getRegex
@Stability(Stable) @NotNull String getRegex()
An ECMA-262 regex string.
-
builder
@Stability(Stable) static RegexAppliesTo.Builder builder()
- Returns:
- a
RegexAppliesTo.BuilderofRegexAppliesTo
-
-