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

.NET
Go
Java
Python
TypeScript