interface SqlInjectionMatchSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WAF.SqlInjectionMatchSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awswaf#SqlInjectionMatchSetReference |
Java | software.amazon.awscdk.interfaces.waf.SqlInjectionMatchSetReference |
Python | aws_cdk.interfaces.aws_waf.SqlInjectionMatchSetReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_waf } from 'aws-cdk-lib/interfaces';
const sqlInjectionMatchSetReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript