Open
Description
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
- Select this option if this issue appears to be a regression.
Last Known Working CDK Version
No response
Expected Behavior
The L2 construct should support all the options
Current Behavior
No SourceIpamPoolId
option exists
Reproduction Steps
N/A
Possible Solution
The option could be added to PoolOptions
or a method could be attached to IIpamPool
called addPool
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