Interface CfnWebACL.IRegexProperty
A single regular expression.
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.IRegexProperty
Syntax (vb)
Public Interface CfnWebACL.IRegexProperty
Remarks
This is used in a RegexPatternSet and also in the configuration for the AWS Managed Rules rule group AWSManagedRulesAntiDDoSRuleSet .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-regex.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var regexProperty = new RegexProperty {
RegexString = "regexString"
};
Synopsis
Properties
| RegexString | The string representing the regular expression. |
Properties
RegexString
The string representing the regular expression.
string? RegexString { get; }