CfnRegexPatternSetProps¶
-
class
aws_cdk.aws_wafv2.
CfnRegexPatternSetProps
(*, regular_expression_list, scope, description=None, name=None, tags=None)¶ Bases:
object
Properties for defining a
AWS::WAFv2::RegexPatternSet
.- Parameters
regular_expression_list (
List
[str
]) –AWS::WAFv2::RegexPatternSet.RegularExpressionList
.scope (
str
) –AWS::WAFv2::RegexPatternSet.Scope
.description (
Optional
[str
]) –AWS::WAFv2::RegexPatternSet.Description
.name (
Optional
[str
]) –AWS::WAFv2::RegexPatternSet.Name
.tags (
Optional
[List
[CfnTag
]]) –AWS::WAFv2::RegexPatternSet.Tags
.
- See
Attributes
-
description
¶ AWS::WAFv2::RegexPatternSet.Description
.
-
name
¶ AWS::WAFv2::RegexPatternSet.Name
.
-
regular_expression_list
¶ AWS::WAFv2::RegexPatternSet.RegularExpressionList
.
-
scope
¶ AWS::WAFv2::RegexPatternSet.Scope
.
AWS::WAFv2::RegexPatternSet.Tags
.