@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.961Z") @Stability(value=Stable) public interface CfnRegexPatternSetProps extends software.amazon.jsii.JsiiSerializable
| 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() |
default String |
getDescription()
`AWS::WAFv2::RegexPatternSet.Description`.
|
default String |
getName()
`AWS::WAFv2::RegexPatternSet.Name`.
|
List<String> |
getRegularExpressionList()
`AWS::WAFv2::RegexPatternSet.RegularExpressionList`.
|
String |
getScope()
`AWS::WAFv2::RegexPatternSet.Scope`.
|
default List<CfnTag> |
getTags()
`AWS::WAFv2::RegexPatternSet.Tags`.
|
@Stability(value=Stable) @NotNull List<String> getRegularExpressionList()
@Stability(value=Stable) @NotNull String getScope()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRegexPatternSetProps.Builder builder()
CfnRegexPatternSetProps.Builder of CfnRegexPatternSetPropsCopyright © 2021. All rights reserved.