Class RegexPatternSetState
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 RegexPatternSetState : ResourceArgs
Constructors
View SourceRegexPatternSetState()
Declaration
public RegexPatternSetState()
Properties
View SourceArn
The Amazon Resource Name (ARN) that identifies the cluster.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A friendly description of the regular expression pattern set.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LockToken
Declaration
public Input<string> LockToken { 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<RegexPatternSetRegularExpressionGetArgs> RegularExpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RegexPatternSetRegularExpressionGetArgs> |
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> |