Show / Hide Table of Contents

Class RegexPatternSetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegexPatternSetArgs
Inherited Members
ResourceArgs.Empty
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 Source

RegexPatternSetArgs()

Declaration
public RegexPatternSetArgs()

Properties

View Source

Description

A friendly description of the regular expression pattern set.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

A friendly name of the regular expression pattern set.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.