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 28, 2024
1 parent 69cff2e commit ccebd21
Show file tree
Hide file tree
Showing 8 changed files with 283 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 ccebd21

Please sign in to comment.