Interface IXssMatchSetReference
A reference to a XssMatchSet resource.
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IXssMatchSetReference
Syntax (vb)
Public Interface IXssMatchSetReference
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.AWS.WAFRegional;
var xssMatchSetReference = new XssMatchSetReference {
XssMatchSetId = "xssMatchSetId"
};
Synopsis
Properties
XssMatchSetId | The Id of the XssMatchSet resource. |
Properties
XssMatchSetId
The Id of the XssMatchSet resource.
string XssMatchSetId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated