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