[aws-eks] use ec2.IVpc for the Pinger #9924
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
The Pinger is using
ec2.Vpc
as the type ofprop.vpc
. I guessec2.IVpc
would be enough. In this case we can use thePinger
construct with any existing Vpc. And this helps for PR development.aws-cdk/packages/@aws-cdk/aws-eks/test/pinger/pinger.ts
Line 9 in 25a9cc7
Use Case
Use the
Pinger
with any existing Vpc.Proposed Solution
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: