Interface CfnWebACL.RegexProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACL.RegexProperty.Jsii$Proxy
- Enclosing class:
CfnWebACL
@Stability(Stable)
public static interface CfnWebACL.RegexProperty
extends software.amazon.jsii.JsiiSerializable
A single regular expression.
This is used in a RegexPatternSet and also in the configuration for the AWS Managed Rules rule group AWSManagedRulesAntiDDoSRuleSet .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wafv2.*;
RegexProperty regexProperty = RegexProperty.builder()
.regexString("regexString")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebACL.RegexPropertystatic final classAn implementation forCfnWebACL.RegexProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegexString
The string representing the regular expression.- See Also:
-
builder
- Returns:
- a
CfnWebACL.RegexProperty.BuilderofCfnWebACL.RegexProperty
-