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