@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:50.684Z")
public interface CfnRegexPatternSetProps
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() |
java.lang.String |
getName()
A friendly name or description of the `RegexPatternSet` .
|
java.util.List<java.lang.String> |
getRegexPatternStrings()
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t` .
|
java.lang.String getName()
You can't change Name
after you create a RegexPatternSet
.
java.util.List<java.lang.String> getRegexPatternStrings()
static CfnRegexPatternSetProps.Builder builder()
CfnRegexPatternSetProps.Builder
of CfnRegexPatternSetProps