interface IIPSetRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAF.IIPSetRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswaf#IIPSetRef |
Java | software.amazon.awscdk.services.waf.IIPSetRef |
Python | aws_cdk.aws_waf.IIPSetRef |
TypeScript | aws-cdk-lib » aws_waf » IIPSetRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a IPSet.
Properties
| Name | Type | Description |
|---|---|---|
| ip | IPSet | A reference to a IPSet resource. |
| node | Node | The tree node. |
ipSetRef
Type:
IPSet
A reference to a IPSet resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript