Describe the feature
This feature would make CDK on par with Cloudformation for the places where PortMapping is used.
Use Case
We're working on a project that uses an RTPEngine hosted on ECS Fargate, but this needs a specified range of UDP ports to be opened (ie 30000:40000).
Proposed Solution
Add the ContainerPortRange property to PortMapping, Cloudformation already supports it.
Or give the option to do a property override to add this property yourself.
Other Information
No response
Acknowledgements
CDK version used
2.57.0
Environment details (OS name and version, etc.)
Arch, Python 3.10
Describe the feature
This feature would make CDK on par with Cloudformation for the places where PortMapping is used.
Use Case
We're working on a project that uses an RTPEngine hosted on ECS Fargate, but this needs a specified range of UDP ports to be opened (ie 30000:40000).
Proposed Solution
Add the ContainerPortRange property to PortMapping, Cloudformation already supports it.
Or give the option to do a property override to add this property yourself.
Other Information
No response
Acknowledgements
CDK version used
2.57.0
Environment details (OS name and version, etc.)
Arch, Python 3.10