interface XssMatchSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WAF.XssMatchSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awswaf#XssMatchSetReference |
Java | software.amazon.awscdk.interfaces.waf.XssMatchSetReference |
Python | aws_cdk.interfaces.aws_waf.XssMatchSetReference |
TypeScript | aws-cdk-lib » interfaces » aws_waf » XssMatchSetReference |
A reference to a XssMatchSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_waf as interfaces_waf } from 'aws-cdk-lib/interfaces';
const xssMatchSetReference: interfaces_waf.XssMatchSetReference = {
xssMatchSetId: 'xssMatchSetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| xss | string | The Id of the XssMatchSet resource. |
xssMatchSetId
Type:
string
The Id of the XssMatchSet resource.

.NET
Go
Java
Python
TypeScript