interface XssMatchSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAF.XssMatchSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswaf#XssMatchSetReference |
![]() | software.amazon.awscdk.services.waf.XssMatchSetReference |
![]() | aws_cdk.aws_waf.XssMatchSetReference |
![]() | aws-cdk-lib » 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 waf } from 'aws-cdk-lib';
const xssMatchSetReference: 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.