Show / Hide Table of Contents

Class RegexMatchSetState

Inheritance
System.Object
InputArgs
ResourceArgs
RegexMatchSetState
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 RegexMatchSetState : ResourceArgs

Constructors

View Source

RegexMatchSetState()

Declaration
public RegexMatchSetState()

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<RegexMatchSetRegexMatchTupleGetArgs> RegexMatchTuples { get; set; }
Property Value
Type Description
InputList<RegexMatchSetRegexMatchTupleGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.