@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.655Z") @Stability(value=Stable) public interface CfnRegexPatternSetProps extends software.amazon.jsii.JsiiSerializable
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.waf.regional.*;
CfnRegexPatternSetProps cfnRegexPatternSetProps = CfnRegexPatternSetProps.builder()
.name("name")
.regexPatternStrings(List.of("regexPatternStrings"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRegexPatternSetProps.Builder
A builder for
CfnRegexPatternSetProps |
static class |
CfnRegexPatternSetProps.Jsii$Proxy
An implementation for
CfnRegexPatternSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRegexPatternSetProps.Builder |
builder() |
String |
getName()
A friendly name or description of the `RegexPatternSet` .
|
List<String> |
getRegexPatternStrings()
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t` .
|
@Stability(value=Stable) @NotNull String getName()
You can't change Name after you create a RegexPatternSet .
@Stability(value=Stable) @NotNull List<String> getRegexPatternStrings()
@Stability(value=Stable) static CfnRegexPatternSetProps.Builder builder()
CfnRegexPatternSetProps.Builder of CfnRegexPatternSetPropsCopyright © 2022. All rights reserved.