Class CfnXssMatchSetPropsMixin.FieldToMatchProperty
The part of a web request that you want to inspect, such as a specified header or a query string.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.WAF.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnXssMatchSetPropsMixin.FieldToMatchProperty : CfnXssMatchSetPropsMixin.IFieldToMatchProperty
Syntax (vb)
Public Class CfnXssMatchSetPropsMixin.FieldToMatchProperty Implements CfnXssMatchSetPropsMixin.IFieldToMatchProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.WAF.Mixins;
var fieldToMatchProperty = new FieldToMatchProperty {
Data = "data",
Type = "type"
};
Synopsis
Constructors
| FieldToMatchProperty() | The part of a web request that you want to inspect, such as a specified header or a query string. |
Properties
| Data | When the value of |
| Type | The part of the web request that you want AWS WAF to search for a specified string. |
Constructors
FieldToMatchProperty()
The part of a web request that you want to inspect, such as a specified header or a query string.
public FieldToMatchProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.WAF.Mixins;
var fieldToMatchProperty = new FieldToMatchProperty {
Data = "data",
Type = "type"
};
Properties
Data
When the value of Type is HEADER , enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer .
public string? Data { get; set; }
Property Value
Remarks
The name of the header is not case sensitive.
When the value of Type is SINGLE_QUERY_ARG , enter the name of the parameter that you want AWS WAF to search, for example, UserName or SalesRegion . The parameter name is not case sensitive.
If the value of Type is any other value, omit Data .
Type
The part of the web request that you want AWS WAF to search for a specified string.
public string? Type { get; set; }
Property Value
Remarks
Parts of a request that you can search include the following: