Class RegexMatchSetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Waf
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RegexMatchSetArgs : ResourceArgs
Constructors
View SourceRegexMatchSetArgs()
Declaration
public RegexMatchSetArgs()
Properties
View SourceName
The name or description of the Regex Match Set.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RegexMatchTuples
The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below.
Declaration
public InputList<RegexMatchSetRegexMatchTupleArgs> RegexMatchTuples { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RegexMatchSetRegexMatchTupleArgs> |