interface IPAMAllocationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.IPAMAllocationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IPAMAllocationReference |
![]() | software.amazon.awscdk.services.ec2.IPAMAllocationReference |
![]() | aws_cdk.aws_ec2.IPAMAllocationReference |
![]() | aws-cdk-lib » aws_ec2 » IPAMAllocationReference |
A reference to a IPAMAllocation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const iPAMAllocationReference: ec2.IPAMAllocationReference = {
cidr: 'cidr',
ipamPoolAllocationId: 'ipamPoolAllocationId',
ipamPoolId: 'ipamPoolId',
};
Properties
Name | Type | Description |
---|---|---|
cidr | string | The Cidr of the IPAMAllocation resource. |
ipam | string | The IpamPoolAllocationId of the IPAMAllocation resource. |
ipam | string | The IpamPoolId of the IPAMAllocation resource. |
cidr
Type:
string
The Cidr of the IPAMAllocation resource.
ipamPoolAllocationId
Type:
string
The IpamPoolAllocationId of the IPAMAllocation resource.
ipamPoolId
Type:
string
The IpamPoolId of the IPAMAllocation resource.