interface IIPSetRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFRegional.IIPSetRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#IIPSetRef |
Java | software.amazon.awscdk.services.waf.regional.IIPSetRef |
Python | aws_cdk.aws_wafregional.IIPSetRef |
TypeScript | aws-cdk-lib » aws_wafregional » 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