コマンドオプションサンプル:aws codepipeline put-webhook

コマンドサンプルを検索した結果です。

WebHookを定義し、byCodePipelineによって生成された固有のwebhook URLを返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codepipeline/put-webhook.html

aws codepipeline put-webhook --cli-input-json file://webhook_json.json --region "eu-central-1"
    Start a GitHub Pipeline Automatically Using Webhooks - AWS CodePipeline  : http://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-webhooks-create.html
aws codepipeline put-webhook --cli-input-json file://webhook_json.json --region "eu-central-1"
    Feature Request: Put GitHub webhook and register it to AWS CodePipeline 揃 Issue #18118 揃 hashicorp/terraform 揃 GitHub : http://github.com/hashicorp/terraform/issues/18118
aws codepipeline put-webhook --cli-input-json file://webhook.json --region "us-east-2"

    amazon web services - How to register a created webhook in AWS CLI? - Stack Overflow : http://stackoverflow.com/questions/50755825/how-to-register-a-created-webhook-in-aws-cli/51827356

aws のオプション一覧