@aws-cdk/aws-stepfunctions: not all options for CreateEmrCluster are present #33431
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
The signature of tasks.EmrCreateCluster is not consistent with what it is supposed to do, namely follow the RunJobFlow API
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
Having arguments like
(non exhaustive list, this is what I need myself)
Which are part of the RunJobFlow API, but cannot be given to the EmrCreateCluster call.
Current Behavior
Missing arguments, so I cannot create an EMR cluster via cdk in step functions.
Reproduction Steps
As the bug is about missing parameters, not much to show here.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.178.2
Framework Version
No response
Node.js Version
22.9.0
OS
MacOs 15.3.1
Language
Python
Language Version
3.12.8
Other information
No response
The text was updated successfully, but these errors were encountered: