Interface Wafv2RegexPatternSetRegularExpression
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Wafv2RegexPatternSetRegularExpression.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.593Z") @Stability(Stable) public interface Wafv2RegexPatternSetRegularExpression extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWafv2RegexPatternSetRegularExpression.BuilderA builder forWafv2RegexPatternSetRegularExpressionstatic classWafv2RegexPatternSetRegularExpression.Jsii$ProxyAn implementation forWafv2RegexPatternSetRegularExpression
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Wafv2RegexPatternSetRegularExpression.Builderbuilder()StringgetRegexString()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafv2_regex_pattern_set#regex_string Wafv2RegexPatternSet#regex_string}.
-
-
-
Method Detail
-
getRegexString
@Stability(Stable) @NotNull String getRegexString()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafv2_regex_pattern_set#regex_string Wafv2RegexPatternSet#regex_string}.
-
builder
@Stability(Stable) static Wafv2RegexPatternSetRegularExpression.Builder builder()
-
-