interface SqlInjectionMatchSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAF.SqlInjectionMatchSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswaf#SqlInjectionMatchSetReference |
![]() | software.amazon.awscdk.services.waf.SqlInjectionMatchSetReference |
![]() | aws_cdk.aws_waf.SqlInjectionMatchSetReference |
![]() | aws-cdk-lib » aws_waf » SqlInjectionMatchSetReference |
A reference to a SqlInjectionMatchSet 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 sqlInjectionMatchSetReference: waf.SqlInjectionMatchSetReference = {
sqlInjectionMatchSetId: 'sqlInjectionMatchSetId',
};
Properties
Name | Type | Description |
---|---|---|
sql | string | The Id of the SqlInjectionMatchSet resource. |
sqlInjectionMatchSetId
Type:
string
The Id of the SqlInjectionMatchSet resource.