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

.NET
Go
Java
Python
TypeScript