Documentation for SSM document execute script to send output to third party api

0

Hi I have an ssm document that executes a script and I need to send the results to a third party api looking for documentation on how to do this.

1回答
0

You can pick between aws:runPowerShellScript or aws:runShellScript as your SSM Document action and invoke the Third Party API.

Shell: https://help.xtontech.com/content/developers/api-examples/shell.htm Powershell: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.3

AWS
vtjean
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ