interface SqlInjectionMatchSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFRegional.SqlInjectionMatchSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#SqlInjectionMatchSetReference |
![]() | software.amazon.awscdk.services.waf.regional.SqlInjectionMatchSetReference |
![]() | aws_cdk.aws_wafregional.SqlInjectionMatchSetReference |
![]() | 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.