interface SqlInjectionMatchSetReference
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.WAFRegional.SqlInjectionMatchSetReference | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#SqlInjectionMatchSetReference | 
  Java | software.amazon.awscdk.services.waf.regional.SqlInjectionMatchSetReference | 
  Python | aws_cdk.aws_wafregional.SqlInjectionMatchSetReference | 
  TypeScript  | aws-cdk-lib » aws_wafregional » 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_wafregional as wafregional } from 'aws-cdk-lib';
const sqlInjectionMatchSetReference: wafregional.SqlInjectionMatchSetReference = {
  sqlInjectionMatchSetId: 'sqlInjectionMatchSetId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| sql | string | The Id of the SqlInjectionMatchSet resource. | 
sqlInjectionMatchSetId
Type:
string
The Id of the SqlInjectionMatchSet resource.

 .NET
 Go
 Java
 Python
 TypeScript