Skip to content

Commit

Permalink
Add enableExecuteCommand to sfn ECSRunTask
Browse files Browse the repository at this point in the history
Fixes aws#29637
  • Loading branch information
matthiasgubler committed Mar 29, 2024
1 parent fe4bc1d commit 15af2b3
Show file tree
Hide file tree
Showing 8 changed files with 297 additions and 212 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@
"Arn"
]
},
"\",\"TaskDefinition\":\"awssfntasksecsruntaskTaskDef75140181\",\"Overrides\":{\"ContainerOverrides\":[{\"Name\":\"Container\",\"Environment\":[{\"Name\":\"SOME_KEY\",\"Value.$\":\"$.SomeKey\"}]}]},\"LaunchType\":\"EC2\"}}}}"
"\",\"TaskDefinition\":\"awssfntasksecsruntaskTaskDef75140181\",\"Overrides\":{\"ContainerOverrides\":[{\"Name\":\"Container\",\"Environment\":[{\"Name\":\"SOME_KEY\",\"Value.$\":\"$.SomeKey\"}]}]},\"LaunchType\":\"EC2\",\"EnableExecuteCommand\":true}}}}"
]
]
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15af2b3

Please sign in to comment.