@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:08.224Z") @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.wafv2.*;
CfnRegexPatternSetProps cfnRegexPatternSetProps = CfnRegexPatternSetProps.builder()
.regularExpressionList(List.of("regularExpressionList"))
.scope("scope")
// the properties below are optional
.description("description")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.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() |
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) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @NotNull List<String> getRegularExpressionList()
@Stability(value=Stable) @NotNull String getScope()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRegexPatternSetProps.Builder builder()
CfnRegexPatternSetProps.Builder of CfnRegexPatternSetPropsCopyright © 2021. All rights reserved.