Interface CfnRegexPatternSetMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRegexPatternSetMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:06.021Z")
@Stability(Stable)
public interface CfnRegexPatternSetMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnRegexPatternSetPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wafregional.*;
CfnRegexPatternSetMixinProps cfnRegexPatternSetMixinProps = CfnRegexPatternSetMixinProps.builder()
.name("name")
.regexPatternStrings(List.of("regexPatternStrings"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRegexPatternSetMixinPropsstatic final classAn implementation forCfnRegexPatternSetMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
A friendly name or description of theRegexPatternSet.You can't change
Nameafter you create aRegexPatternSet.- See Also:
-
getRegexPatternStrings
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such asB[a@]dB[o0]t.- See Also:
-
builder
-