interface XssMatchSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFRegional.XssMatchSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#XssMatchSetReference |
![]() | software.amazon.awscdk.services.waf.regional.XssMatchSetReference |
![]() | aws_cdk.aws_wafregional.XssMatchSetReference |
![]() | aws-cdk-lib » aws_wafregional » 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_wafregional as wafregional } from 'aws-cdk-lib';
const xssMatchSetReference: wafregional.XssMatchSetReference = {
xssMatchSetId: 'xssMatchSetId',
};
Properties
Name | Type | Description |
---|---|---|
xss | string | The Id of the XssMatchSet resource. |
xssMatchSetId
Type:
string
The Id of the XssMatchSet resource.