| Package | Description |
|---|---|
| software.amazon.awscdk.services.waf.regional |
AWS WAF Regional Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRegexPatternSet.Builder |
CfnRegexPatternSet.Builder.create(software.constructs.Construct scope,
String id) |
CfnRegexPatternSet.Builder |
CfnRegexPatternSet.Builder.name(String name)
A friendly name or description of the `RegexPatternSet` .
|
CfnRegexPatternSet.Builder |
CfnRegexPatternSet.Builder.regexPatternStrings(List<String> regexPatternStrings)
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t` .
|
Copyright © 2022. All rights reserved.