events_targets: (Python) got an unexpected keyword argument 'enable_execute_command' #27336
Labels
@aws-cdk/aws-events-targets
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
It looks like the enable_execute_command boolean is not correctly ported to the Python CDK version.
The documentation states: https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_events_targets/EcsTask.html
Code:
results in:
Expected Behavior
Accept the enable_execute_command boolean parameter
Current Behavior
Reproduction Steps
In Python:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.99.0
Framework Version
No response
Node.js Version
18
OS
Ubuntu Linux
Language
Python
Language Version
3.11.5
Other information
No response
The text was updated successfully, but these errors were encountered: