interface WebACLAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFRegional.WebACLAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#WebACLAssociationReference |
![]() | software.amazon.awscdk.services.waf.regional.WebACLAssociationReference |
![]() | aws_cdk.aws_wafregional.WebACLAssociationReference |
![]() | aws-cdk-lib » aws_wafregional » WebACLAssociationReference |
A reference to a WebACLAssociation 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 webACLAssociationReference: wafregional.WebACLAssociationReference = {
webAclAssociationId: 'webAclAssociationId',
};
Properties
Name | Type | Description |
---|---|---|
web | string | The Id of the WebACLAssociation resource. |
webAclAssociationId
Type:
string
The Id of the WebACLAssociation resource.