interface WebACLReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFv2.WebACLReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#WebACLReference |
![]() | software.amazon.awscdk.services.wafv2.WebACLReference |
![]() | aws_cdk.aws_wafv2.WebACLReference |
![]() | aws-cdk-lib » aws_wafv2 » 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_wafv2 as wafv2 } from 'aws-cdk-lib';
const webACLReference: wafv2.WebACLReference = {
scope: 'scope',
webAclArn: 'webAclArn',
webAclId: 'webAclId',
webAclName: 'webAclName',
};
Properties
Name | Type | Description |
---|---|---|
scope | string | The Scope of the WebACL resource. |
web | string | The ARN of the WebACL resource. |
web | string | The Id of the WebACL resource. |
web | string | The Name of the WebACL resource. |
scope
Type:
string
The Scope of the WebACL resource.
webAclArn
Type:
string
The ARN of the WebACL resource.
webAclId
Type:
string
The Id of the WebACL resource.
webAclName
Type:
string
The Name of the WebACL resource.