Class RegexPatternSetArgs
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.WafV2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RegexPatternSetArgs : ResourceArgs
Constructors
View SourceRegexPatternSetArgs()
Declaration
public RegexPatternSetArgs()
Properties
View SourceDescription
A friendly description of the regular expression pattern set.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A friendly name of the regular expression pattern set.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RegularExpressions
One or more blocks of regular expression patterns that you want AWS WAF to search for, such as B[a@]dB[o0]t. See Regular Expression below for details.
Declaration
public InputList<RegexPatternSetRegularExpressionArgs> RegularExpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RegexPatternSetRegularExpressionArgs> |
Scope
Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are CLOUDFRONT or REGIONAL. To work with CloudFront, you must also specify the region us-east-1 (N. Virginia) on the AWS provider.
Declaration
public Input<string> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
An array of key:value pairs to associate with the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |