(aws-eks): Allow custom parameters for cluster creation #11872
Labels
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p1
We should allow users to pass additional parameters to the
createCluster
operation that the custom resources invokes.Use Case
Normally, when some properties are missing from the implementation of an L2 construct, we refer customers to the escape hatching mechanism, allowing them to add those properties to the underlying CFN resource.
In our case, we are not using the L1 CFN construct, which means this mechanism is essentially void. We should implement an escape hatch that easily lets users augment the parameters we pass the SDK call.
This will allow users to implement missing features in the library.
For example:
Proposed Solution
Make sure the custom resources can pass through custom properties configured on the underlying
AWS::Custom
resource.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: