Show / Hide Table of Contents

Class RegexMatchSetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegexMatchSetArgs
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.WafRegional
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RegexMatchSetArgs : ResourceArgs

Constructors

View Source

RegexMatchSetArgs()

Declaration
public RegexMatchSetArgs()

Properties

View Source

Name

The name or description of the Regex Match Set.

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

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