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