Show / Hide Table of Contents

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-regex.html#cfn-wafv2-webacl-regex-regexstring

Back to top Generated by DocFX