interface IIPAMPoolRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.IIPAMPoolRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IIPAMPoolRef |
Java | software.amazon.awscdk.services.ec2.IIPAMPoolRef |
Python | aws_cdk.aws_ec2.IIPAMPoolRef |
TypeScript | aws-cdk-lib » aws_ec2 » IIPAMPoolRef |
Implemented by
Cfn
Obtainable from
Cfn.fromIPAMPoolArn(), Cfn.fromIpamPoolId()
Indicates that this resource can be referenced as a IPAMPool.
Properties
| Name | Type | Description |
|---|---|---|
| ipam | IPAMPool | A reference to a IPAMPool resource. |
| node | Node | The tree node. |
ipamPoolRef
Type:
IPAMPool
A reference to a IPAMPool resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript