interface WebACLReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WAF.WebACLReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awswaf#WebACLReference |
Java | software.amazon.awscdk.interfaces.waf.WebACLReference |
Python | aws_cdk.interfaces.aws_waf.WebACLReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_waf } from 'aws-cdk-lib/interfaces';
const webACLReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript