You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toolkit is sending wrong parameters to AWS Systems Manager SendCommand API:
Value 'command' at 'notificationConfig.notificationType' failed to satisfy constraint: Member must satisfy enum value set: [Command, Invocation];
Value '[all]' at 'notificationConfig.notificationEvents' failed to satisfy constraint: Member must satisfy constraint: [Member must satisfy enum value set: [All, Success, Cancelled, InProgress, TimedOut, Failed]]
AWS Document
The text was updated successfully, but these errors were encountered:
Describe the bug
Error raised by AWS Systems Manager SendCommand when the Run Command task includes SNS Notifications
To reproduce
1- Create a task using the AWS SSM Run Command
2- Setup the SNS Notifications
3- Run the pipeline
Expected behavior
API should not raise parameter errors
Screenshots
Your Environment
Additional context
Toolkit is sending wrong parameters to AWS Systems Manager SendCommand API:
Value 'command' at 'notificationConfig.notificationType' failed to satisfy constraint: Member must satisfy enum value set: [Command, Invocation];
Value '[all]' at 'notificationConfig.notificationEvents' failed to satisfy constraint: Member must satisfy constraint: [Member must satisfy enum value set: [All, Success, Cancelled, InProgress, TimedOut, Failed]]
AWS Document
The text was updated successfully, but these errors were encountered: