(@aws-cdk/aws-ec2-alpha): IPAM PoolOptions missing options from AWS::EC2::IPAMPool #34178
Labels
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-ec2-alpha.PoolOptions.html#properties
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html
Currently the Interface is missing a few options from the CFN construct. The key one being
SourceIpamPoolId
allowing you to create pools within pools.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
The L2 construct should support all the options
Current Behavior
No
SourceIpamPoolId
option existsReproduction Steps
N/A
Possible Solution
The option could be added to
PoolOptions
or a method could be attached toIIpamPool
calledaddPool
or similar allowing you to create a pool from the created construct. Or both?Additional Information/Context
No response
CDK CLI Version
2.1010.0 (build 6b421db)
Framework Version
No response
Node.js Version
v22.14.0
OS
Windows 11 WSL2 Ubuntu 24.04.2 LTS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: