Interface ICfnXssMatchSetProps
Properties for defining a CfnXssMatchSet
.
Namespace: Amazon.CDK.AWS.WAF
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnXssMatchSetProps
Syntax (vb)
Public Interface ICfnXssMatchSetProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html
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.AWS.WAF;
var cfnXssMatchSetProps = new CfnXssMatchSetProps {
Name = "name",
XssMatchTuples = new [] { new XssMatchTupleProperty {
FieldToMatch = new FieldToMatchProperty {
Type = "type",
// the properties below are optional
Data = "data"
},
TextTransformation = "textTransformation"
} }
};
Synopsis
Properties
Name | The name, if any, of the |
Xss |
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks. |
Properties
Name
The name, if any, of the XssMatchSet
.
string Name { get; }
Property Value
System.
Remarks
XssMatchTuples
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
object XssMatchTuples { get; }
Property Value
System.